|
XINU
|
#include <dns.h>
Data Fields | |
| struct { | |
| byte aa:1 | |
| byte opcode:4 | |
| byte qr:1 | |
| byte rd:1 | |
| byte tc:1 | |
| }; | |
| struct { | |
| byte ra:1 | |
| byte rcode:4 | |
| byte z:3 | |
| }; | |
| uint16 | ancount |
| uint16 | arcount |
| char | data [DNSDATASIZ] |
| uint16 | id |
| uint16 | nscount |
| uint16 | qucount |
| struct { ... } |
| struct { ... } |
| uint16 dnspkt::ancount |
Definition at line 29 of file dns.h.
Referenced by dns_geta().
| char dnspkt::data[DNSDATASIZ] |
Definition at line 32 of file dns.h.
Referenced by dns_geta().
| uint16 dnspkt::qucount |
Definition at line 28 of file dns.h.
Referenced by dns_geta().
1.8.13