GNUnet 0.21.1
DestinationChannel Struct Reference

List of channels we keep for each destination port for a given destination entry. More...

Collaboration diagram for DestinationChannel:
[legend]

Data Fields

struct DestinationChannelnext
 Kept in a DLL. More...
 
struct DestinationChannelprev
 Kept in a DLL. More...
 
struct DestinationEntrydestination
 Destination entry list this struct DestinationChannel belongs with. More...
 
uint16_t destination_port
 Destination port this channel state is used for. More...
 

Detailed Description

List of channels we keep for each destination port for a given destination entry.

Definition at line 67 of file gnunet-service-vpn.c.

Field Documentation

◆ next

struct DestinationChannel* DestinationChannel::next

Kept in a DLL.

Definition at line 72 of file gnunet-service-vpn.c.

Referenced by route_packet().

◆ prev

struct DestinationChannel* DestinationChannel::prev

Kept in a DLL.

Definition at line 77 of file gnunet-service-vpn.c.

◆ destination

struct DestinationEntry* DestinationChannel::destination

Destination entry list this struct DestinationChannel belongs with.

Definition at line 82 of file gnunet-service-vpn.c.

Referenced by create_channel_to_destination(), handle_client_redirect_to_service(), and route_packet().

◆ destination_port

uint16_t DestinationChannel::destination_port

Destination port this channel state is used for.

Definition at line 87 of file gnunet-service-vpn.c.

Referenced by create_channel_to_destination(), and route_packet().


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