Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <nameser_compat.h>

Struct HEADER

struct HEADER;

Description

Structure for query header. The order of the fields is machine- and compiler-dependent, depending on the byte/bit order and the layout of bit fields. We use bit fields only in int variables, as this is all ANSI requires. This requires a somewhat confusing rearrangement.

Members

Defined in HEADER:


Member data


id

unsigned id;

Description


rd

unsigned rd;

Description


tc

unsigned tc;

Description


aa

unsigned aa;

Description


opcode

unsigned opcode;

Description


qr

unsigned qr;

Description


rcode

unsigned rcode;

Description


cd

unsigned cd;

Description


ad

unsigned ad;

Description


unused

unsigned unused;

Description


ra

unsigned ra;

Description


qdcount

unsigned qdcount;

Description


ancount

unsigned ancount;

Description


nscount

unsigned nscount;

Description


arcount

unsigned arcount;

Description