![]() |
GNUnet
0.11.x
|
#include </home/handbook/gnunet/src/messenger/gnunet-service-messenger_tunnel.h>
Data Fields | |
struct GNUNET_MESSENGER_SrvRoom * | room |
struct GNUNET_CADET_Channel * | channel |
GNUNET_PEER_Id | peer |
struct GNUNET_ShortHashCode * | contact_id |
struct GNUNET_HashCode * | peer_message |
struct GNUNET_HashCode * | last_message |
Definition at line 36 of file gnunet-service-messenger_tunnel.h.
struct GNUNET_MESSENGER_SrvRoom* GNUNET_MESSENGER_SrvTunnel::room |
Definition at line 38 of file gnunet-service-messenger_tunnel.h.
Referenced by bind_tunnel(), callback_tunnel_disconnect(), check_tunnel_message(), connect_tunnel(), create_tunnel(), handle_tunnel_message(), send_tunnel_envelope(), and send_tunnel_message().
struct GNUNET_CADET_Channel* GNUNET_MESSENGER_SrvTunnel::channel |
Definition at line 39 of file gnunet-service-messenger_tunnel.h.
Referenced by bind_tunnel(), callback_room_connect(), callback_tunnel_disconnect(), connect_tunnel(), create_tunnel(), destroy_tunnel(), disconnect_tunnel(), handle_tunnel_message(), is_tunnel_connected(), and send_tunnel_envelope().
GNUNET_PEER_Id GNUNET_MESSENGER_SrvTunnel::peer |
Definition at line 41 of file gnunet-service-messenger_tunnel.h.
Referenced by callback_room_disconnect(), check_tunnel_message(), connect_tunnel(), create_tunnel(), destroy_tunnel(), and recv_message_peer().
struct GNUNET_ShortHashCode* GNUNET_MESSENGER_SrvTunnel::contact_id |
Definition at line 42 of file gnunet-service-messenger_tunnel.h.
Referenced by bind_tunnel(), check_tunnel_message(), create_tunnel(), destroy_tunnel(), iterate_find_tunnel(), iterate_send_room_message(), recv_message_id(), recv_message_info(), recv_message_join(), recv_message_peer(), send_message_info(), and send_room_info().
struct GNUNET_HashCode* GNUNET_MESSENGER_SrvTunnel::peer_message |
Definition at line 44 of file gnunet-service-messenger_tunnel.h.
Referenced by create_tunnel(), destroy_tunnel(), get_tunnel_peer_message(), recv_message_peer(), and send_room_info().
struct GNUNET_HashCode* GNUNET_MESSENGER_SrvTunnel::last_message |
Definition at line 45 of file gnunet-service-messenger_tunnel.h.
Referenced by callback_tunnel_sent(), create_tunnel(), destroy_tunnel(), and handle_tunnel_message().