Message send via cadet to an exit daemon to forward UDP data to the Internet. 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_TO_INTERNET. More... | |
int32_t | af |
Address family, AF_INET or AF_INET6, in network byte order. More... | |
uint16_t | source_port |
Source port to use for the UDP request (0 to use a random port). More... | |
uint16_t | destination_port |
Destination port to use for the UDP request. More... | |
Message send via cadet to an exit daemon to forward UDP data to the Internet.
struct GNUNET_MessageHeader GNUNET_EXIT_UdpInternetMessage::header |
int32_t GNUNET_EXIT_UdpInternetMessage::af |
Address family, AF_INET or AF_INET6, in network byte order.
Definition at line 155 of file exit.h.
Referenced by route_packet().
uint16_t GNUNET_EXIT_UdpInternetMessage::source_port |
Source port to use for the UDP request (0 to use a random port).
In NBO.
Definition at line 160 of file exit.h.
Referenced by route_packet().
uint16_t GNUNET_EXIT_UdpInternetMessage::destination_port |
Destination port to use for the UDP request.
In NBO.
Definition at line 165 of file exit.h.
Referenced by route_packet().