Message send via cadet to an exit daemon to send ICMP data to a local service. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/exit/exit.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type is GNUNET_MESSAGE_TYPE_VPN_ICMP_TO_SERVICE. | |
| int32_t | af |
| Address family, AF_INET or AF_INET6, in network byte order. | |
| struct GNUNET_TUN_IcmpHeader | icmp_header |
| ICMP header to use. | |
Message send via cadet to an exit daemon to send ICMP data to a local service.
| struct GNUNET_MessageHeader GNUNET_EXIT_IcmpServiceMessage::header |
| int32_t GNUNET_EXIT_IcmpServiceMessage::af |
Address family, AF_INET or AF_INET6, in network byte order.
This AF value determines if the 'icmp_header' is ICMPv4 or ICMPv6. The receiver (exit) may still have to translate (PT) to the services' ICMP version (if possible).
Definition at line 218 of file exit.h.
Referenced by route_packet().
| struct GNUNET_TUN_IcmpHeader GNUNET_EXIT_IcmpServiceMessage::icmp_header |