GNUnet 0.21.1
GNUNET_W32RESOLVER_GetMessage Struct Reference

Request for the resolver. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/gns/w32resolver.h>

Collaboration diagram for GNUNET_W32RESOLVER_GetMessage:
[legend]

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]
 

Detailed Description

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.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_W32RESOLVER_GetMessage::header

Type: GNUNET_MESSAGE_TYPE_W32RESOLVER_REQUEST.

Definition at line 58 of file w32resolver.h.

◆ af

uint32_t GNUNET_W32RESOLVER_GetMessage::af

Definition at line 60 of file w32resolver.h.

◆ sc_data1

uint32_t GNUNET_W32RESOLVER_GetMessage::sc_data1

Definition at line 62 of file w32resolver.h.

◆ sc_data2

uint16_t GNUNET_W32RESOLVER_GetMessage::sc_data2

Definition at line 63 of file w32resolver.h.

◆ sc_data3

uint16_t GNUNET_W32RESOLVER_GetMessage::sc_data3

Definition at line 64 of file w32resolver.h.

◆ sc_data4

uint8_t GNUNET_W32RESOLVER_GetMessage::sc_data4[8]

Definition at line 65 of file w32resolver.h.


The documentation for this struct was generated from the following file: