Searched refs:dns_query (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | getrrsetbyname.c | 150 struct dns_query { struct 154 struct dns_query *next; argument 169 struct dns_query *query; 176 static struct dns_query *parse_dns_qsection(const u_char *, int, 181 static void free_dns_query(struct dns_query *); 462 static struct dns_query * 465 struct dns_query *head, *curr, *prev; in parse_dns_qsection() 472 curr = calloc(1, sizeof(struct dns_query)); in parse_dns_qsection() 573 free_dns_query(struct dns_query *p) in free_dns_query()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
| H A D | nxdomain_test.ref | 2 ./test_dns_lookup: dns_query: nxdomain.porcupine.org (MX): Host not found 4 ./test_dns_lookup: dns_query: nxdomain.porcupine.org (A): Host not found
|
| H A D | nullmx_test.ref | 2 ./test_dns_lookup: dns_query: nullmx.porcupine.org (MX): OK 5 ./test_dns_lookup: dns_query: nullmx.porcupine.org (A): OK
|
| H A D | dnsbl_ttl_127.0.0.1_bind_plain.ref | 2 ./test_dns_lookup: dns_query: 1.0.0.127.zen.spamhaus.org (A): Host not found 5 ./test_dns_lookup: dns_query: 1.0.0.127.bl.spamcop.net (A): Host not found
|
| H A D | dnsbl_ttl_127.0.0.2_bind_plain.ref | 2 ./test_dns_lookup: dns_query: 2.0.0.127.zen.spamhaus.org (A): OK 7 ./test_dns_lookup: dns_query: 2.0.0.127.bl.spamcop.net (A): OK
|
| H A D | mxonly_test.ref | 2 ./test_dns_lookup: dns_query: porcupine.org (MX): OK 7 ./test_dns_lookup: dns_query: porcupine.org (A): Host found but no data record of requested type
|
| H A D | no-a.ref | 2 ./test_dns_lookup: dns_query: spike.porcupine.org (A): OK 8 ./test_dns_lookup: dns_query: spike.porcupine.org (AAAA): OK
|
| H A D | no-aaaa.ref | 2 ./test_dns_lookup: dns_query: spike.porcupine.org (A): OK 7 ./test_dns_lookup: dns_query: spike.porcupine.org (AAAA): OK
|
| H A D | error.ref | 2 ./test_dns_lookup: dns_query: spike.porcupine.org (A): OK 8 ./test_dns_lookup: dns_query: spike.porcupine.org (AAAA): OK
|
| H A D | dnsbl_ttl_127.0.0.1_bind_ncache.ref | 2 ./test_dns_lookup: dns_query: 1.0.0.127.zen.spamhaus.org (A): Host not found 8 ./test_dns_lookup: dns_query: 1.0.0.127.bl.spamcop.net (A): Host not found
|
| H A D | no-mx.ref | 7 ./test_dns_lookup: dns_query: porcupine.org (MX): OK
|
| H A D | dns_lookup.c | 485 static int dns_query(const char *name, int type, unsigned flags, in dns_query() function 1070 status = dns_query(name, type, flags, &reply, why, lflags); in dns_lookup_x()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 1471 struct dns_query; /* forward */ 1475 void (*func) (struct dns_query *); 1491 struct dns_query { struct 1492 struct dns_query *next; /* Next query in hash bucket. */ argument
|