Man page - loc_database_get_as(3)

Packages contains this manual

Manual

LOC_DATABASE_GET_AS

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHORS

NAME

loc_database_get_as - Fetch an AS from the database

SYNOPSIS

#include <libloc/database.h>

int loc_database_get_as(struct loc_database* db, struct loc_as** as, uint32_t number);

DESCRIPTION

This function retrieves an Autonomous System with the matching number from the database and stores it in as .

RETURN VALUE

On success, zero is returned. Otherwise non-zero is being returned and errno is set accordingly.

SEE ALSO

libloc (3)

AUTHORS

Michael Tremer