Message send from exit daemon back to the UDP entry point (used for both Internet and Service exit replies). More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/exit/exit.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_VPN_UDP_REPLY. More... | |
uint16_t | source_port |
Source port to use for the UDP reply (0 to use the same port as for the original request). More... | |
uint16_t | destination_port |
Destination port to use for the UDP reply (0 to use the same port as for the original request). More... | |
Message send from exit daemon back to the UDP entry point (used for both Internet and Service exit replies).
struct GNUNET_MessageHeader GNUNET_EXIT_UdpReplyMessage::header |
Type is GNUNET_MESSAGE_TYPE_VPN_UDP_REPLY.
Definition at line 183 of file exit.h.
Referenced by handle_udp_back().
uint16_t GNUNET_EXIT_UdpReplyMessage::source_port |
Source port to use for the UDP reply (0 to use the same port as for the original request).
In NBO.
Definition at line 189 of file exit.h.
Referenced by handle_udp_back(), and udp_from_helper().
uint16_t GNUNET_EXIT_UdpReplyMessage::destination_port |
Destination port to use for the UDP reply (0 to use the same port as for the original request).
In NBO.
Definition at line 195 of file exit.h.
Referenced by handle_udp_back(), and udp_from_helper().