Port opened by a client. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/gnunet-service-cadet.h>
Data Fields | |
struct CadetClient * | c |
Client that opened the port. More... | |
struct GNUNET_HashCode | port |
Port number. More... | |
struct GNUNET_HashCode | h_port |
Port hashed with our PID (matches incoming OPEN messages). More... | |
Port opened by a client.
Definition at line 148 of file gnunet-service-cadet.h.
struct CadetClient* OpenPort::c |
Client that opened the port.
Definition at line 153 of file gnunet-service-cadet.h.
Referenced by client_release_ports(), handle_port_close(), and handle_port_open().
struct GNUNET_HashCode OpenPort::port |
Port number.
Definition at line 158 of file gnunet-service-cadet.h.
struct GNUNET_HashCode OpenPort::h_port |
Port hashed with our PID (matches incoming OPEN messages).
Definition at line 163 of file gnunet-service-cadet.h.
Referenced by GCCH_channel_incoming_new().