DLL. More...
Data Fields | |
| struct PilsRequest * | prev |
| DLL. | |
| struct PilsRequest * | next |
| DLL. | |
| struct GNUNET_PILS_Operation * | op |
| The pils operation. | |
| struct GNUNET_HELLO_Builder * | builder |
| Address builder. | |
DLL.
Definition at line 42 of file gnunet-service-cadet_hello.c.
| struct PilsRequest * PilsRequest::prev |
DLL.
Definition at line 47 of file gnunet-service-cadet_hello.c.
| struct PilsRequest * PilsRequest::next |
DLL.
Definition at line 52 of file gnunet-service-cadet_hello.c.
| struct GNUNET_PILS_Operation * PilsRequest::op |
The pils operation.
Definition at line 57 of file gnunet-service-cadet_hello.c.
Referenced by decaps_dv_box_cb(), do_shutdown(), forward_dv_learn(), GCH_shutdown(), GSC_KX_done(), handle_dv_box(), handle_initiator_hello(), handle_initiator_hello_cont(), handle_responder_hello(), handle_responder_hello_cont(), handle_validation_challenge(), shutdown_task(), sign_dhp_cp(), sign_dv_cb(), sign_dv_init_cb(), sign_ephemeral(), sign_t_validation_cb(), and start_dv_learn().
| struct GNUNET_HELLO_Builder* PilsRequest::builder |
Address builder.
Definition at line 62 of file gnunet-service-cadet_hello.c.
Referenced by GCH_shutdown().