1LOC_DATABASE_COUNT_A(3) LOC_DATABASE_COUNT_A(3)
23
4
NAME
6loc_database_count_as - Return the number of ASes in the database
7
SYNOPSIS
9#include <libloc/database.h>
1011
size_t loc_database_count_as(struct loc_database* db);
12
DESCRIPTION
14Returns the total number of ASes in the database.
15
SEE ALSO
17libloc(3)
18
AUTHORS
20Michael Tremer
2122
23
24
LOC_DATABASE_COUNT_A(3)