Go to the source code of this file.
Data Structures | |
struct | GNUNET_GNS_Protocol |
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_protocol_name_to_number (const char *name) |
const char * | GNUNET_GNS_protocol_number_to_name (uint16_t number) |
Variables | |
struct GNUNET_GNS_Protocol | GNUNET_GNS_Protocols [] |
uint16_t GNUNET_GNS_protocol_name_to_number | ( | const char * | name | ) |
Definition at line 65 of file gnu_name_system_protocols.h.
References GNUNET_GNS_Protocols, name, and GNUNET_GNS_Protocol::number.
const char * GNUNET_GNS_protocol_number_to_name | ( | uint16_t | number | ) |
Definition at line 81 of file gnu_name_system_protocols.h.
References GNUNET_GNS_Protocols, name, GNUNET_GNS_Protocol::name, and number.
struct GNUNET_GNS_Protocol GNUNET_GNS_Protocols[] |
Definition at line 46 of file gnu_name_system_protocols.h.