HomeSort by: relevance | last modified time | path
    Searched refs:arcount (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libresolv/
ns_verify.c 71 if (hp->arcount == 0)
91 n = ns_skiprr(cp, eom, ns_s_ar, ntohs(hp->arcount) - 1);
228 hp->arcount = htons(ntohs(hp->arcount) - 1);
306 hp->arcount = htons(ntohs(hp->arcount) + 1);
314 hp->arcount = htons(ntohs(hp->arcount) - 1);
387 hp->arcount = htons(ntohs(hp->arcount) - 1)
    [all...]
ns_sign.c 251 hp->arcount = htons(ntohs(hp->arcount) + 1);
388 hp->arcount = htons(ntohs(hp->arcount) + 1);
res_mkupdate.c 719 hp->arcount = htons(counts[3]);
  /src/lib/libc/resolv/
res_mkquery.c 190 hp->arcount = htons(1);
271 hp->arcount = htons(ntohs(hp->arcount) + 1);
res_debug.c 291 int qdcount, ancount, nscount, arcount; local in function:res_pquery
304 arcount = ns_msg_count(handle, ns_s_ar);
342 p_section(ns_s_ar, (int)opcode), arcount);
356 nscount == 0 && arcount == 0)
res_query.c 213 ntohs(hp->arcount));
  /src/include/arpa/
nameser_compat.h 95 unsigned arcount :16; /*%< number of resource entries */ member in struct:__anonc9002d770108
  /src/lib/libc/net/
getaddrinfo.c 2639 ntohs(hp->arcount));

Completed in 51 milliseconds