Message send via cadet to the vpn service to send ICMP data to the VPN's TUN interface. 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_ICMP_TO_VPN. More... | |
int32_t | af |
Address family, AF_INET or AF_INET6, in network byte order. More... | |
struct GNUNET_TUN_IcmpHeader | icmp_header |
ICMP header to use. More... | |
Message send via cadet to the vpn service to send ICMP data to the VPN's TUN interface.
struct GNUNET_MessageHeader GNUNET_EXIT_IcmpToVPNMessage::header |
Type is GNUNET_MESSAGE_TYPE_VPN_ICMP_TO_VPN.
Definition at line 276 of file exit.h.
Referenced by handle_icmp_back().
int32_t GNUNET_EXIT_IcmpToVPNMessage::af |
Address family, AF_INET or AF_INET6, in network byte order.
Useful to determine if this is an ICMPv4 or ICMPv6 header.
Definition at line 282 of file exit.h.
Referenced by handle_icmp_back(), and icmp_from_helper().
struct GNUNET_TUN_IcmpHeader GNUNET_EXIT_IcmpToVPNMessage::icmp_header |
ICMP header to use.
ICMPv4 or ICMPv6, depending on 'af'.
Definition at line 287 of file exit.h.
Referenced by handle_icmp_back(), and icmp_from_helper().