List of channels we keep for each destination port for a given destination entry. More...
Data Fields | |
| struct DestinationChannel * | next |
| Kept in a DLL. | |
| struct DestinationChannel * | prev |
| Kept in a DLL. | |
| struct DestinationEntry * | destination |
Destination entry list this struct DestinationChannel belongs with. | |
| uint16_t | destination_port |
| Destination port this channel state is used for. | |
List of channels we keep for each destination port for a given destination entry.
Definition at line 66 of file gnunet-service-vpn.c.
| struct DestinationChannel* DestinationChannel::next |
| struct DestinationChannel* DestinationChannel::prev |
Kept in a DLL.
Definition at line 76 of file gnunet-service-vpn.c.
| struct DestinationEntry* DestinationChannel::destination |
Destination entry list this struct DestinationChannel belongs with.
Definition at line 81 of file gnunet-service-vpn.c.
Referenced by create_channel_to_destination(), handle_client_redirect_to_service(), and route_packet().
| uint16_t DestinationChannel::destination_port |
Destination port this channel state is used for.
Definition at line 86 of file gnunet-service-vpn.c.
Referenced by create_channel_to_destination(), and route_packet().