GNUnet 0.25.2-11-g84e94e98c
 
Loading...
Searching...
No Matches
Addresses Struct Reference

DLL to store the addresses we like to register at NAT service. More...

Collaboration diagram for Addresses:
[legend]

Data Fields

struct Addressesnext
 Kept in a DLL.
 
struct Addressesprev
 Kept in a DLL.
 
struct sockaddr * addr
 Address we like to register at NAT service.
 
socklen_t addr_len
 Length of address we like to register at NAT service.
 

Detailed Description

DLL to store the addresses we like to register at NAT service.

Definition at line 90 of file gnunet-communicator-libp2p.c.

Field Documentation

◆ next

struct Addresses * Addresses::next

Kept in a DLL.

Definition at line 95 of file gnunet-communicator-libp2p.c.

Referenced by nat_register().

◆ prev

struct Addresses * Addresses::prev

Kept in a DLL.

Definition at line 100 of file gnunet-communicator-libp2p.c.

◆ addr

struct sockaddr * Addresses::addr

Address we like to register at NAT service.

Definition at line 105 of file gnunet-communicator-libp2p.c.

Referenced by add_addr(), and add_addr().

◆ addr_len

socklen_t Addresses::addr_len

Length of address we like to register at NAT service.

Definition at line 110 of file gnunet-communicator-libp2p.c.

Referenced by add_addr(), and add_addr().


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