Searched refs:ns_s_an (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_findzonecut.c313 ancount = ns_msg_count(msg, ns_s_an);
316 sect = ns_s_an, n = ancount;
340 case ns_s_an:
432 if (save_ns(statp, &msg, ns_s_an, zname, class, opts, nsrrsp) < 0) {
473 if (save_a(statp, &msg, ns_s_an, nsrr->name, class,
495 if (save_a(statp, &msg, ns_s_an, nsrr->name, class,
699 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) {
702 if (ns_parserr(msg, ns_s_an, i, &rr) < 0) {
H A Dres_debug.c292 ancount = ns_msg_count(handle, ns_s_an);
328 p_section(ns_s_an, opcode), ancount);
342 do_section(statp, &handle, ns_s_an, RES_PRF_ANS, file);
429 {ns_s_an, "ANSWER", (char *)0},
/netbsd-current/lib/libresolv/
H A Dres_findzonecut.c316 ancount = ns_msg_count(msg, ns_s_an);
319 sect = ns_s_an, n = ancount;
343 case ns_s_an:
435 if (save_ns(statp, &msg, ns_s_an, zname, class, opts, nsrrsp) < 0) {
474 if (save_a(statp, &msg, ns_s_an, nsrr->name, class,
496 if (save_a(statp, &msg, ns_s_an, nsrr->name, class,
698 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) {
701 if (ns_parserr(msg, ns_s_an, i, &rr) < 0) {
H A Dns_verify.c81 n = ns_skiprr(cp, eom, ns_s_an, ntohs(hp->ancount));
/netbsd-current/external/mpl/dhcp/dist/includes/arpa/
H A Dnameser.h97 ns_s_an = 1, /* Query: Answer. */ enumerator in enum:__ns_sect
/netbsd-current/lib/libc/resolv/
H A Dres_debug.c302 ancount = ns_msg_count(handle, ns_s_an);
338 p_section(ns_s_an, (int)opcode), ancount);
352 do_section(statp, &handle, ns_s_an, RES_PRF_ANS, file);
437 {ns_s_an, "ANSWER", (char *)0},
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c1705 if (ns_msg_count(handle, ns_s_an) == 0)
1710 msglen, ns_msg_count(handle, ns_s_an));
1718 if (ns_parserr(&handle, ns_s_an, -1, &rr)) {
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_verify.c82 n = ns_skiprr(cp, eom, ns_s_an, ntohs(hp->ancount));
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dnameser.h109 ns_s_an = 1, /*%< Query: Answer. */ enumerator in enum:__ns_sect
/netbsd-current/include/arpa/
H A Dnameser.h107 ns_s_an = 1, /*%< Query: Answer. */ enumerator in enum:__ns_sect

Completed in 211 milliseconds