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. | |
| socklen_t | addr_len_ipv4 |
| Length of ipv4 address. | |
| struct sockaddr * | addr_ipv6 |
| Ipv6 address we like to bind to. | |
| socklen_t | addr_len_ipv6 |
| Length of ipv6 address. | |
In case of port only configuration we like to bind to ipv4 and ipv6 addresses.
Definition at line 768 of file gnunet-communicator-tcp.c.
| struct sockaddr* PortOnlyIpv4Ipv6::addr_ipv4 |
Ipv4 address we like to bind to.
Definition at line 773 of file gnunet-communicator-tcp.c.
Referenced by run(), tcp_address_to_sockaddr_port_only(), and tcp_address_to_sockaddr_port_only().
| socklen_t PortOnlyIpv4Ipv6::addr_len_ipv4 |
Length of ipv4 address.
Definition at line 778 of file gnunet-communicator-tcp.c.
Referenced by run(), tcp_address_to_sockaddr_port_only(), and tcp_address_to_sockaddr_port_only().
| struct sockaddr* PortOnlyIpv4Ipv6::addr_ipv6 |
Ipv6 address we like to bind to.
Definition at line 783 of file gnunet-communicator-tcp.c.
Referenced by run(), tcp_address_to_sockaddr_port_only(), and tcp_address_to_sockaddr_port_only().
| socklen_t PortOnlyIpv4Ipv6::addr_len_ipv6 |
Length of ipv6 address.
Definition at line 788 of file gnunet-communicator-tcp.c.
Referenced by run(), tcp_address_to_sockaddr_port_only(), and tcp_address_to_sockaddr_port_only().