Service notifying the client about changes in the set of addresses it has. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/nat/nat.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header with type GNUNET_MESSAGE_TYPE_NAT_ADDRESS_CHANGE. More... | |
int32_t | add_remove |
GNUNET_YES to add, GNUNET_NO to remove the address from the list. More... | |
uint32_t | addr_class |
Type of the address, an enum GNUNET_NAT_AddressClass in NBO. More... | |
Service notifying the client about changes in the set of addresses it has.
struct GNUNET_MessageHeader GNUNET_NAT_AddressChangeNotificationMessage::header |
Header with type GNUNET_MESSAGE_TYPE_NAT_ADDRESS_CHANGE.
Definition at line 206 of file nat.h.
Referenced by check_address_change_notification(), and handle_address_change_notification().
int32_t GNUNET_NAT_AddressChangeNotificationMessage::add_remove |
GNUNET_YES to add, GNUNET_NO to remove the address from the list.
Definition at line 211 of file nat.h.
Referenced by handle_address_change_notification().
uint32_t GNUNET_NAT_AddressChangeNotificationMessage::addr_class |
Type of the address, an enum GNUNET_NAT_AddressClass
in NBO.
Definition at line 216 of file nat.h.
Referenced by handle_address_change_notification().