]>
git.ipfire.org Git - location/libloc.git/blob - src/loc/format.h
2 libloc - A library to determine the location of someone on the Internet
4 Copyright (C) 2017 IPFire Development Team <info@ipfire.org>
6 This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Lesser General Public
8 License as published by the Free Software Foundation; either
9 version 2.1 of the License, or (at your option) any later version.
11 This library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Lesser General Public License for more details.
17 #ifndef LIBLOC_FORMAT_H
18 #define LIBLOC_FORMAT_H
22 struct loc_database_header_v0
{
23 // Vendor who created the database
26 // Description of the database
29 // Tells us where the ASes start
33 // Tells us where the pool starts
38 struct loc_database_as_v0
{