Message sent by client to add a global address. 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_ADD_GLOBAL_ADDRESS. More... | |
unsigned int | address_length |
Length of the address following the struct, in NBO. More... | |
struct GNUNET_MessageHeader GNUNET_NAT_AddGlobalAddressMessage::header |
Header with type GNUNET_MESSAGE_TYPE_NAT_ADD_GLOBAL_ADDRESS.
Definition at line 229 of file nat.h.
Referenced by check_add_global_address().
unsigned int GNUNET_NAT_AddGlobalAddressMessage::address_length |
Length of the address following the struct, in NBO.
Definition at line 234 of file nat.h.
Referenced by check_add_global_address(), GNUNET_NAT_add_global_address(), and handle_add_global_address().