Data Fields | |
| struct PeerInfo * | pi |
| struct PeerResultMessage * | prm |
| struct GNUNET_DHT_PathElement * | paths |
| struct GNUNET_DATACACHE_Block | bd |
| void * | block_data |
| struct GNUNET_DHT_PathElement * | put_path |
| struct GNUNET_PeerIdentity | trunc_peer_id |
| bool | trunc_peer_is_null |
| char * | buf |
| GNUNET_SCHEDULER_TaskCallback | cb |
| void * | cb_cls |
Definition at line 1558 of file gnunet-service-dht_neighbours.c.
| struct PeerInfo* GDS_NeighboursReply::pi |
Definition at line 1560 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), and GDS_NEIGHBOURS_handle_reply().
| struct PeerResultMessage* GDS_NeighboursReply::prm |
Definition at line 1561 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), and GDS_NEIGHBOURS_handle_reply().
| struct GNUNET_DHT_PathElement* GDS_NeighboursReply::paths |
Definition at line 1562 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), and GDS_NEIGHBOURS_handle_reply().
| struct GNUNET_DATACACHE_Block GDS_NeighboursReply::bd |
Definition at line 1563 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), cleanup_neighbours_reply(), and GDS_NEIGHBOURS_handle_reply().
| void* GDS_NeighboursReply::block_data |
Definition at line 1564 of file gnunet-service-dht_neighbours.c.
Referenced by cleanup_neighbours_reply(), and GDS_NEIGHBOURS_handle_reply().
| struct GNUNET_DHT_PathElement* GDS_NeighboursReply::put_path |
Definition at line 1565 of file gnunet-service-dht_neighbours.c.
Referenced by cleanup_neighbours_reply(), and GDS_NEIGHBOURS_handle_reply().
| struct GNUNET_PeerIdentity GDS_NeighboursReply::trunc_peer_id |
Definition at line 1566 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), and GDS_NEIGHBOURS_handle_reply().
| bool GDS_NeighboursReply::trunc_peer_is_null |
Definition at line 1567 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), and GDS_NEIGHBOURS_handle_reply().
| char* GDS_NeighboursReply::buf |
Definition at line 1568 of file gnunet-service-dht_neighbours.c.
Referenced by cleanup_neighbours_reply(), and GDS_NEIGHBOURS_handle_reply().
| GNUNET_SCHEDULER_TaskCallback GDS_NeighboursReply::cb |
Definition at line 1570 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), and GDS_NEIGHBOURS_handle_reply().
| void* GDS_NeighboursReply::cb_cls |
Definition at line 1571 of file gnunet-service-dht_neighbours.c.
Referenced by cb_path_signed(), and GDS_NEIGHBOURS_handle_reply().