![]() |
GNUnet
0.11.x
|
Closure for find_receive_context(). More...
Data Fields | |
struct DefragContext * | rc |
Where to store the result. More... | |
struct GNUNET_ATS_Session * | session |
Session associated with this context. More... | |
const union UdpAddress * | udp_addr |
Address to find. More... | |
size_t | udp_addr_len |
Number of bytes in udp_addr. More... | |
Closure for find_receive_context().
Definition at line 2125 of file plugin_transport_udp.c.
struct DefragContext* FindReceiveContext::rc |
Where to store the result.
Definition at line 2130 of file plugin_transport_udp.c.
Referenced by find_receive_context(), read_process_fragment(), and udp_disconnect_session().
struct GNUNET_ATS_Session* FindReceiveContext::session |
Session associated with this context.
Definition at line 2135 of file plugin_transport_udp.c.
const union UdpAddress* FindReceiveContext::udp_addr |
Address to find.
Definition at line 2140 of file plugin_transport_udp.c.
Referenced by find_receive_context(), read_process_fragment(), and udp_disconnect_session().
size_t FindReceiveContext::udp_addr_len |
Number of bytes in udp_addr.
Definition at line 2145 of file plugin_transport_udp.c.
Referenced by find_receive_context(), read_process_fragment(), and udp_disconnect_session().