Message to create a Channel. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet_protocol.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN. More... | |
uint32_t | opt |
Channel options. More... | |
struct GNUNET_HashCode | h_port |
Hash of destination port and listener. More... | |
struct GNUNET_CADET_ChannelTunnelNumber | ctn |
ID of the channel within the tunnel. More... | |
Message to create a Channel.
Definition at line 385 of file cadet_protocol.h.
struct GNUNET_MessageHeader GNUNET_CADET_ChannelOpenMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN.
Definition at line 390 of file cadet_protocol.h.
Referenced by send_channel_open().
uint32_t GNUNET_CADET_ChannelOpenMessage::opt |
Channel options.
Definition at line 395 of file cadet_protocol.h.
Referenced by handle_plaintext_channel_open(), and send_channel_open().
struct GNUNET_HashCode GNUNET_CADET_ChannelOpenMessage::h_port |
Hash of destination port and listener.
Definition at line 400 of file cadet_protocol.h.
Referenced by handle_plaintext_channel_open(), and send_channel_open().
struct GNUNET_CADET_ChannelTunnelNumber GNUNET_CADET_ChannelOpenMessage::ctn |
ID of the channel within the tunnel.
Definition at line 405 of file cadet_protocol.h.
Referenced by handle_plaintext_channel_open(), and send_channel_open().