Request for the resolver. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/gns/w32resolver.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_W32RESOLVER_REQUEST. More... | |
uint32_t | af |
uint32_t | sc_data1 |
uint16_t | sc_data2 |
uint16_t | sc_data3 |
uint8_t | sc_data4 [8] |
Request for the resolver.
Followed by the 0-terminated hostname.
The response will be one or more messages of type W32RESOLVER_RESPONSE, each with the message header immediately followed by the requested data (struct in[6]_addr). The last W32RESOLVER_RESPONSE will just be a header without any data (used to indicate the end of the list).
Definition at line 53 of file w32resolver.h.
struct GNUNET_MessageHeader GNUNET_W32RESOLVER_GetMessage::header |
Type: GNUNET_MESSAGE_TYPE_W32RESOLVER_REQUEST.
Definition at line 58 of file w32resolver.h.
uint32_t GNUNET_W32RESOLVER_GetMessage::af |
Definition at line 60 of file w32resolver.h.
uint32_t GNUNET_W32RESOLVER_GetMessage::sc_data1 |
Definition at line 62 of file w32resolver.h.
uint16_t GNUNET_W32RESOLVER_GetMessage::sc_data2 |
Definition at line 63 of file w32resolver.h.
uint16_t GNUNET_W32RESOLVER_GetMessage::sc_data3 |
Definition at line 64 of file w32resolver.h.
uint8_t GNUNET_W32RESOLVER_GetMessage::sc_data4[8] |
Definition at line 65 of file w32resolver.h.