![]() |
GNUnet
0.11.x
|
Network format for IPv6 addresses. More...
#include </home/handbook/gnunet/src/transport/plugin_transport_udp.h>
Data Fields | |
uint32_t | options |
Optional options and flags for this address. More... | |
struct in6_addr | ipv6_addr |
IPv6 address. More... | |
uint16_t | u6_port |
Port number, in network byte order. More... | |
Network format for IPv6 addresses.
Definition at line 85 of file plugin_transport_udp.h.
uint32_t IPv6UdpAddress::options |
Optional options and flags for this address.
Definition at line 90 of file plugin_transport_udp.h.
Referenced by udp_address_to_string(), udp_nat_port_map_callback(), udp_plugin_address_pretty_printer(), udp_select_read(), and udp_string_to_address().
struct in6_addr IPv6UdpAddress::ipv6_addr |
IPv6 address.
Definition at line 95 of file plugin_transport_udp.h.
Referenced by udp_address_to_string(), udp_nat_port_map_callback(), udp_plugin_address_pretty_printer(), udp_plugin_get_network_for_address(), udp_select_read(), udp_select_send(), and udp_string_to_address().
uint16_t IPv6UdpAddress::u6_port |
Port number, in network byte order.
Definition at line 100 of file plugin_transport_udp.h.
Referenced by udp_address_to_string(), udp_nat_port_map_callback(), udp_plugin_address_pretty_printer(), udp_plugin_get_network_for_address(), udp_plugin_lookup_session(), udp_select_read(), udp_select_send(), and udp_string_to_address().