GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
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.
 

Detailed Description

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.

Field Documentation

◆ addr_ipv4

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

◆ addr_len_ipv4

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

◆ addr_ipv6

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

◆ addr_len_ipv6

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


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