GNUnet 0.21.1
GNUNET_NAT_AddGlobalAddressMessage Struct Reference

Message sent by client to add a global address. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/nat/nat.h>

Collaboration diagram for GNUNET_NAT_AddGlobalAddressMessage:
[legend]

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...
 

Detailed Description

Message sent by client to add a global address.

Definition at line 224 of file nat.h.

Field Documentation

◆ header

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().

◆ address_length

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().


The documentation for this struct was generated from the following file: