In case of port only configuration we like to bind to ipv4 and ipv6 addresses. More...
Data Fields | |
struct sockaddr * | addr_ipv4 |
Ipv4 address we like to bind to. More... | |
socklen_t | addr_len_ipv4 |
Length of ipv4 address. More... | |
struct sockaddr * | addr_ipv6 |
Ipv6 address we like to bind to. More... | |
socklen_t | addr_len_ipv6 |
Length of ipv6 address. More... | |
In case of port only configuration we like to bind to ipv4 and ipv6 addresses.
Definition at line 764 of file gnunet-communicator-tcp.c.
struct sockaddr* PortOnlyIpv4Ipv6::addr_ipv4 |
Ipv4 address we like to bind to.
Definition at line 769 of file gnunet-communicator-tcp.c.
Referenced by run(), and tcp_address_to_sockaddr_port_only().
socklen_t PortOnlyIpv4Ipv6::addr_len_ipv4 |
Length of ipv4 address.
Definition at line 774 of file gnunet-communicator-tcp.c.
Referenced by run(), and tcp_address_to_sockaddr_port_only().
struct sockaddr* PortOnlyIpv4Ipv6::addr_ipv6 |
Ipv6 address we like to bind to.
Definition at line 779 of file gnunet-communicator-tcp.c.
Referenced by run(), and tcp_address_to_sockaddr_port_only().
socklen_t PortOnlyIpv4Ipv6::addr_len_ipv6 |
Length of ipv6 address.
Definition at line 784 of file gnunet-communicator-tcp.c.
Referenced by run(), and tcp_address_to_sockaddr_port_only().