GNUnet 0.21.1
PortOnlyIpv4Ipv6 Struct Reference

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...
 

Detailed Description

In case of port only configuration we like to bind to ipv4 and ipv6 addresses.

Definition at line 759 of file gnunet-communicator-tcp.c.

Field Documentation

◆ addr_ipv4

struct sockaddr* PortOnlyIpv4Ipv6::addr_ipv4

Ipv4 address we like to bind to.

Definition at line 764 of file gnunet-communicator-tcp.c.

Referenced by run(), and tcp_address_to_sockaddr_port_only().

◆ addr_len_ipv4

socklen_t PortOnlyIpv4Ipv6::addr_len_ipv4

Length of ipv4 address.

Definition at line 769 of file gnunet-communicator-tcp.c.

Referenced by run(), and tcp_address_to_sockaddr_port_only().

◆ addr_ipv6

struct sockaddr* PortOnlyIpv4Ipv6::addr_ipv6

Ipv6 address we like to bind to.

Definition at line 774 of file gnunet-communicator-tcp.c.

Referenced by run(), and tcp_address_to_sockaddr_port_only().

◆ addr_len_ipv6

socklen_t PortOnlyIpv4Ipv6::addr_len_ipv6

Length of ipv6 address.

Definition at line 779 of file gnunet-communicator-tcp.c.

Referenced by run(), and tcp_address_to_sockaddr_port_only().


The documentation for this struct was generated from the following file: