Data Fields | |
struct Address * | next |
Kept in a DLL. More... | |
struct Address * | prev |
Kept in a DLL. More... | |
const char * | uri |
Actual URI, allocated at the end of this struct. More... | |
size_t | uri_len |
Length of uri including 0-terminator. More... | |
Address of a peer.
Definition at line 177 of file hello-uri.c.
struct Address* Address::next |
Kept in a DLL.
Definition at line 182 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_add_address(), GNUNET_HELLO_builder_del_address(), GNUNET_HELLO_builder_from_parser(), GNUNET_HELLO_parser_iterate(), and parser_add_address().
struct Address* Address::prev |
Kept in a DLL.
Definition at line 187 of file hello-uri.c.
const char* Address::uri |
Actual URI, allocated at the end of this struct.
Definition at line 192 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_add_address(), GNUNET_HELLO_builder_del_address(), GNUNET_HELLO_builder_from_parser(), and parser_add_address().
size_t Address::uri_len |
Length of uri including 0-terminator.
Definition at line 197 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_add_address(), and parser_add_address().