Data Fields | |
struct GNUNET_MESSENGER_SrvRoom * | room |
struct GNUNET_CADET_Channel * | channel |
GNUNET_PEER_Id | peer |
uint32_t | messenger_version |
struct GNUNET_HashCode * | peer_message |
struct GNUNET_MESSENGER_MessageState | state |
Definition at line 35 of file gnunet-service-messenger_tunnel.h.
struct GNUNET_MESSENGER_SrvRoom* GNUNET_MESSENGER_SrvTunnel::room |
Definition at line 37 of file gnunet-service-messenger_tunnel.h.
Referenced by callback_found_message(), callback_room_connect(), callback_tunnel_disconnect(), callback_tunnel_sent(), check_tunnel_message(), connect_tunnel(), create_tunnel(), destroy_srv_room(), enter_srv_room_at(), get_srv_room_amount_of_tunnels(), get_srv_room_connection_flags(), get_srv_room_tunnel(), handle_tunnel_message(), iterate_forward_members(), rebuild_srv_room_basement_structure(), send_tunnel_message(), and update_tunnel_last_message().
struct GNUNET_CADET_Channel* GNUNET_MESSENGER_SrvTunnel::channel |
Definition at line 38 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 40 of file gnunet-service-messenger_tunnel.h.
Referenced by connect_tunnel(), create_tunnel(), destroy_tunnel(), enter_srv_room_at(), get_srv_room_tunnel(), get_tunnel_peer_identity(), rebuild_srv_room_basement_structure(), and recv_message_peer().
uint32_t GNUNET_MESSENGER_SrvTunnel::messenger_version |
Definition at line 42 of file gnunet-service-messenger_tunnel.h.
Referenced by create_tunnel(), get_tunnel_messenger_version(), and update_tunnel_messenger_version().
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(), and recv_message_peer().
struct GNUNET_MESSENGER_MessageState GNUNET_MESSENGER_SrvTunnel::state |
Definition at line 45 of file gnunet-service-messenger_tunnel.h.
Referenced by create_tunnel(), destroy_tunnel(), httpdomain.autohttp.bottle.AutobottleDirective::run(), httpdomain.autohttp.flask.AutoflaskDirective::run(), httpdomain.autohttp.flaskqref.QuickReferenceFlaskDirective::run(), httpdomain.autohttp.tornado.AutoTornadoDirective::run(), typescriptdomain.TypeScriptDefinition::run(), and update_tunnel_last_message().