Entry in DLL of addresses of this peer. More...
Data Fields | |
struct AddrEntry * | next |
DLL. More... | |
struct AddrEntry * | prev |
DLL. More... | |
void * | app_ctx |
Place where the application can store data (on add, and retrieve on remove). More... | |
enum GNUNET_NAT_AddressClass | ac |
Address class of the address. More... | |
socklen_t | addrlen |
Number of bytes that follow. More... | |
struct AddrEntry* AddrEntry::next |
DLL.
Definition at line 43 of file nat_api.c.
Referenced by GNUNET_NAT_test_address(), GNUNET_NAT_unregister(), and handle_address_change_notification().
void* AddrEntry::app_ctx |
Place where the application can store data (on add, and retrieve on remove).
Definition at line 54 of file nat_api.c.
Referenced by handle_address_change_notification(), and reconnect().
enum GNUNET_NAT_AddressClass AddrEntry::ac |
Address class of the address.
Definition at line 59 of file nat_api.c.
Referenced by handle_address_change_notification(), and reconnect().
socklen_t AddrEntry::addrlen |
Number of bytes that follow.
Definition at line 64 of file nat_api.c.
Referenced by GNUNET_NAT_test_address(), handle_address_change_notification(), and reconnect().