Home
last modified time | relevance | path

Searched defs:dns_query (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/lib/liblwip/dist/src/core/
H A Ddns.c192 struct dns_query { struct
195 u16_t type;
196 u16_t cls;
/minix3/external/bsd/dhcp/dist/includes/
H A Ddhcpd.h1351 struct dns_query { struct
1352 struct dns_query *next; /* Next query in hash bucket. */ argument
1353 u_int32_t hash; /* Hash bucket index. */
1354 TIME expiry; /* Query expiry time (zero if not yet
1356 u_int16_t id; /* Query ID (also hash table index) */
1357 caddr_t waiters; /* Pointer to list of things waiting
1360 struct dns_question *question; /* Question, internal format. */
1361 struct dns_answer *answer; /* Answer, internal format. */
1363 unsigned char *query; /* Query formatted for DNS server. */
1364 unsigned len; /* Length of entire query. */
[all …]