We keep a list of our local networks so we can answer LAN vs. More...
Data Fields | |
struct NT_Network * | next |
Kept in a DLL. More... | |
struct NT_Network * | prev |
Kept in a DLL. More... | |
struct sockaddr * | network |
Network address. More... | |
struct sockaddr * | netmask |
Netmask to determine what is in the LAN. More... | |
socklen_t | length |
How long are network and netmask? More... | |
We keep a list of our local networks so we can answer LAN vs.
WAN questions. Note: WLAN is not detected yet. (maybe we can do that heuristically based on interface name in the future?).
struct NT_Network* NT_Network::next |
struct NT_Network* NT_Network::prev |
struct sockaddr* NT_Network::network |
Network address.
Definition at line 86 of file nt.c.
Referenced by GNUNET_NT_scanner_get_type(), and interface_proc().
struct sockaddr* NT_Network::netmask |
Netmask to determine what is in the LAN.
Definition at line 91 of file nt.c.
Referenced by GNUNET_NT_scanner_get_type(), and interface_proc().
socklen_t NT_Network::length |
How long are network and netmask?
Definition at line 96 of file nt.c.
Referenced by GNUNET_NT_scanner_get_type().