Service responding with proposed configuration. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/nat-auto/nat-auto.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header with type GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT. More... | |
int32_t | status_code |
An enum GNUNET_NAT_StatusCode in NBO. More... | |
int32_t | type |
An enum GNUNET_NAT_Type in NBO. More... | |
Service responding with proposed configuration.
Definition at line 84 of file nat-auto.h.
struct GNUNET_MessageHeader GNUNET_NAT_AUTO_AutoconfigResultMessage::header |
Header with type GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT.
Definition at line 89 of file nat-auto.h.
int32_t GNUNET_NAT_AUTO_AutoconfigResultMessage::status_code |
An enum GNUNET_NAT_StatusCode
in NBO.
Definition at line 94 of file nat-auto.h.
Referenced by conclude_autoconfig_request().
int32_t GNUNET_NAT_AUTO_AutoconfigResultMessage::type |
An enum GNUNET_NAT_Type
in NBO.
Definition at line 99 of file nat-auto.h.
Referenced by conclude_autoconfig_request().