GNUnet debian-0.24.3-29-g453fda2cf
 
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 93 of file gnunet-communicator-libp2p.c.

Field Documentation

◆ next

struct Addresses * Addresses::next

Kept in a DLL.

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

Referenced by nat_register().

◆ prev

struct Addresses * Addresses::prev

Kept in a DLL.

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

◆ addr

struct sockaddr * Addresses::addr

Address we like to register at NAT service.

Definition at line 108 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 113 of file gnunet-communicator-libp2p.c.

Referenced by add_addr(), and add_addr().


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