Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c150 struct dns_query { struct
154 struct dns_query *next; argument
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1491 struct dns_query { struct
1492 struct dns_query *next; /* Next query in hash bucket. */ argument
1493 u_int32_t hash; /* Hash bucket index. */
1494 TIME expiry; /* Query expiry time (zero if not yet
1496 u_int16_t id; /* Query ID (also hash table index) */
1497 caddr_t waiters; /* Pointer to list of things waiting
1500 struct dns_question *question; /* Question, internal format. */
1501 struct dns_answer *answer; /* Answer, internal format. */
1503 unsigned char *query; /* Query formatted for DNS server. */
1504 unsigned len; /* Length of entire query. */
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c485 static int dns_query(const char *name, int type, unsigned flags, in dns_query() function