handle to a socket More...
Data Fields | |
int | fd |
int | af |
Address family / domain. More... | |
int | type |
Type of the socket. More... | |
socklen_t | addrlen |
Number of bytes in addr. More... | |
struct sockaddr * | addr |
Address we were bound to, or NULL. More... | |
int GNUNET_NETWORK_Handle::fd |
Definition at line 55 of file network.c.
Referenced by destroy_task(), GNUNET_NETWORK_fdset_isset(), GNUNET_NETWORK_fdset_set(), GNUNET_NETWORK_get_fd(), GNUNET_NETWORK_socket_accept(), GNUNET_NETWORK_socket_box_native(), GNUNET_NETWORK_socket_create(), GNUNET_NETWORK_socket_recv(), GNUNET_NETWORK_socket_recvfrom(), GNUNET_NETWORK_socket_recvfrom_amount(), GNUNET_NETWORK_socket_send(), GNUNET_NETWORK_socket_sendto(), and GNUNET_NETWORK_socket_setsockopt().
int GNUNET_NETWORK_Handle::af |
Address family / domain.
Definition at line 60 of file network.c.
Referenced by GNUNET_NETWORK_socket_accept(), and open_socket().
int GNUNET_NETWORK_Handle::type |
Type of the socket.
Definition at line 65 of file network.c.
Referenced by gnunet_testing.Condition::__init__(), gnunet_testing.Condition::evaluate(), and gnunet_testing.FileExistCondition::evaluate().
socklen_t GNUNET_NETWORK_Handle::addrlen |
Number of bytes in addr.
Definition at line 70 of file network.c.
Referenced by GNUNET_CONNECTION_create_from_sockaddr(), GNUNET_NETWORK_get_addrlen(), GNUNET_NETWORK_socket_recvfrom(), and tcp_plugin_get_session().
struct sockaddr* GNUNET_NETWORK_Handle::addr |
Address we were bound to, or NULL.
Definition at line 75 of file network.c.
Referenced by GNUNET_NETWORK_get_addr(), and GNUNET_NETWORK_socket_free_memory_only_().