Entry we keep for each incoming connection. More...
Data Fields | |
struct NatActivity * | next |
This is a doubly-linked list. More... | |
struct NatActivity * | prev |
This is a doubly-linked list. More... | |
struct GNUNET_NETWORK_Handle * | sock |
Socket of the incoming connection. More... | |
struct GNUNET_NAT_Test * | h |
Handle of the master context. More... | |
struct GNUNET_SCHEDULER_Task * | rtask |
Task reading from the incoming connection. More... | |
struct GNUNET_NAT_AUTO_Test * | h |
Handle of the master context. More... | |
Entry we keep for each incoming connection.
Definition at line 39 of file gnunet-nat-auto_legacy.c.
struct NatActivity * NatActivity::next |
This is a doubly-linked list.
Definition at line 44 of file gnunet-nat-auto_legacy.c.
struct NatActivity * NatActivity::prev |
This is a doubly-linked list.
Definition at line 49 of file gnunet-nat-auto_legacy.c.
struct GNUNET_NETWORK_Handle * NatActivity::sock |
Socket of the incoming connection.
Definition at line 54 of file gnunet-nat-auto_legacy.c.
Referenced by do_accept(), do_read(), GNUNET_NAT_AUTO_test_stop(), and GNUNET_NAT_test_stop().
struct GNUNET_NAT_Test* NatActivity::h |
Handle of the master context.
Definition at line 59 of file gnunet-nat-auto_legacy.c.
Referenced by do_accept(), and do_read().
struct GNUNET_SCHEDULER_Task * NatActivity::rtask |
Task reading from the incoming connection.
Definition at line 64 of file gnunet-nat-auto_legacy.c.
Referenced by do_accept(), do_read(), GNUNET_NAT_AUTO_test_stop(), and GNUNET_NAT_test_stop().
struct GNUNET_NAT_AUTO_Test* NatActivity::h |
Handle of the master context.
Definition at line 59 of file nat_auto_api_test.c.