GNUnet 0.21.1
GNUNET_TESTING_AddressPrefix Struct Reference

Protocol address prefix für a connection between nodes. More...

#include <gnunet_testing_netjail_lib.h>

Collaboration diagram for GNUNET_TESTING_AddressPrefix:
[legend]

Data Fields

struct GNUNET_TESTING_AddressPrefixprev
 Pointer to the previous prefix in the DLL. More...
 
struct GNUNET_TESTING_AddressPrefixnext
 Pointer to the next prefix in the DLL. More...
 
char * address_prefix
 The address prefix. More...
 

Detailed Description

Protocol address prefix für a connection between nodes.

Definition at line 70 of file gnunet_testing_netjail_lib.h.

Field Documentation

◆ prev

struct GNUNET_TESTING_AddressPrefix* GNUNET_TESTING_AddressPrefix::prev

Pointer to the previous prefix in the DLL.

Definition at line 75 of file gnunet_testing_netjail_lib.h.

◆ next

struct GNUNET_TESTING_AddressPrefix* GNUNET_TESTING_AddressPrefix::next

Pointer to the next prefix in the DLL.

Definition at line 80 of file gnunet_testing_netjail_lib.h.

Referenced by connect_peers_run(), log_nodes(), and will_the_other_node_connect_via_udp().

◆ address_prefix

char* GNUNET_TESTING_AddressPrefix::address_prefix

The address prefix.

Definition at line 85 of file gnunet_testing_netjail_lib.h.

Referenced by connect_peers_run(), free_nodes_cb(), log_nodes(), and will_the_other_node_connect_via_udp().


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