Go to the source code of this file.
Macros | |
#define | GNUNET_NT_COUNT 6 |
Enumerations | |
enum | GNUNET_NetworkType { GNUNET_NT_UNSPECIFIED = 0 , GNUNET_NT_LOOPBACK = 1 , GNUNET_NT_LAN = 2 , GNUNET_NT_WAN = 3 , GNUNET_NT_WLAN = 4 , GNUNET_NT_BT } |
Types of networks (with separate quotas) we support. More... | |
Functions | |
const char * | GNUNET_NT_to_string (enum GNUNET_NetworkType net) |
Convert a enum GNUNET_NetworkType to a string. More... | |
enum GNUNET_NetworkType | GNUNET_NT_scanner_get_type (struct GNUNET_NT_InterfaceScanner *is, const struct sockaddr *addr, socklen_t addrlen) |
Returns where the address is located: loopback, LAN or WAN. More... | |
struct GNUNET_NT_InterfaceScanner * | GNUNET_NT_scanner_init (void) |
Initialize the address characterization client handle. More... | |
void | GNUNET_NT_scanner_done (struct GNUNET_NT_InterfaceScanner *is) |
Terminate interface scanner. More... | |
#define GNUNET_NT_COUNT 6 |