GNUnet 0.21.1
exit.h File Reference

format for cadet messages exchanged between VPN service and exit daemon More...

#include "gnunet_util_lib.h"
Include dependency graph for exit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GNUNET_EXIT_TcpServiceStartMessage
 Message send via cadet to an exit daemon to initiate forwarding of TCP data to a local service. More...
 
struct  GNUNET_EXIT_TcpInternetStartMessage
 Message send via cadet to an exit daemon to initiate forwarding of TCP data to the Internet. More...
 
struct  GNUNET_EXIT_TcpDataMessage
 Message send via cadet between VPN and entry and an exit daemon to transmit TCP data between the VPN entry and an exit session. More...
 
struct  GNUNET_EXIT_UdpServiceMessage
 Message send via cadet to an exit daemon to send UDP data to a local service. More...
 
struct  GNUNET_EXIT_UdpInternetMessage
 Message send via cadet to an exit daemon to forward UDP data to the Internet. More...
 
struct  GNUNET_EXIT_UdpReplyMessage
 Message send from exit daemon back to the UDP entry point (used for both Internet and Service exit replies). More...
 
struct  GNUNET_EXIT_IcmpServiceMessage
 Message send via cadet to an exit daemon to send ICMP data to a local service. More...
 
struct  GNUNET_EXIT_IcmpInternetMessage
 Message send via cadet to an exit daemon to forward ICMP data to the Internet. More...
 
struct  GNUNET_EXIT_IcmpToVPNMessage
 Message send via cadet to the vpn service to send ICMP data to the VPN's TUN interface. More...
 

Detailed Description

format for cadet messages exchanged between VPN service and exit daemon

Author
Christian Grothoff

Definition in file exit.h.