GNUnet 0.21.1
GNUNET_NAT_RequestConnectionReversalMessage Struct Reference

Client asking the service to initiate connection reversal. More...

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

Collaboration diagram for GNUNET_NAT_RequestConnectionReversalMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header with type GNUNET_MESSAGE_TYPE_NAT_REQUEST_CONNECTION_REVERSAL. More...
 
uint16_t local_addr_size
 Size of the local address included, in NBO. More...
 
uint16_t remote_addr_size
 Size of the remote address included, in NBO. More...
 

Detailed Description

Client asking the service to initiate connection reversal.

Definition at line 160 of file nat.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_NAT_RequestConnectionReversalMessage::header

Header with type GNUNET_MESSAGE_TYPE_NAT_REQUEST_CONNECTION_REVERSAL.

Definition at line 165 of file nat.h.

Referenced by check_request_connection_reversal().

◆ local_addr_size

uint16_t GNUNET_NAT_RequestConnectionReversalMessage::local_addr_size

Size of the local address included, in NBO.

Definition at line 170 of file nat.h.

Referenced by check_request_connection_reversal(), GNUNET_NAT_request_reversal(), and handle_request_connection_reversal().

◆ remote_addr_size

uint16_t GNUNET_NAT_RequestConnectionReversalMessage::remote_addr_size

Size of the remote address included, in NBO.

Definition at line 175 of file nat.h.

Referenced by check_request_connection_reversal(), GNUNET_NAT_request_reversal(), and handle_request_connection_reversal().


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