Go to the source code of this file.
Data Structures | |
struct | GNUNET_GNS_ServicePort |
WARNING: This header is generated! In order to add GNS service ports, you must register them in GANA, and then use the header generation script to create an update of this file. More... | |
Functions | |
uint16_t | GNUNET_GNS_service_port_name_to_number (const char *name) |
const char * | GNUNET_GNS_service_port_number_to_name (uint16_t port) |
Variables | |
struct GNUNET_GNS_ServicePort | GNUNET_GNS_ServicePorts [] |
uint16_t GNUNET_GNS_service_port_name_to_number | ( | const char * | name | ) |
Definition at line 73 of file gnu_name_system_service_ports.h.
References GNUNET_GNS_ServicePorts, name, and GNUNET_GNS_ServicePort::port.
Referenced by resolver_getservbyname().
const char * GNUNET_GNS_service_port_number_to_name | ( | uint16_t | port | ) |
Definition at line 89 of file gnu_name_system_service_ports.h.
References GNUNET_GNS_ServicePorts, name, GNUNET_GNS_ServicePort::name, and port.
struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] |
Definition at line 46 of file gnu_name_system_service_ports.h.
Referenced by GNUNET_GNS_service_port_name_to_number(), and GNUNET_GNS_service_port_number_to_name().