Home
last modified time | relevance | path

Searched refs:HEADER (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/resolv/
Dres_mkquery.c127 register HEADER *hp; in res_nmkquery()
145 hp = (HEADER *)(void *)buf; in res_nmkquery()
237 register HEADER *hp; in res_nopt()
246 hp = (HEADER *)(void *)buf; in res_nopt()
Dres_query.c135 HEADER *hp = (HEADER *)(void *)answer; in res_nquery()
229 HEADER *hp = (HEADER *)(void *)answer; in res_nsearch()
Dres_send.c292 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); in res_nameinquery()
329 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); in res_queriesmatch()
338 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) && in res_queriesmatch()
339 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update)) in res_queriesmatch()
342 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount)) in res_queriesmatch()
740 const HEADER *hp = (const HEADER *)(const void *)buf; in send_vc()
741 HEADER *anhp = (HEADER *)(void *)ans; in send_vc()
1051 const HEADER *hp = (const HEADER *)(const void *)buf; in send_dg()
1052 HEADER *anhp = (HEADER *)(void *)ans; in send_dg()
/bionic/libc/include/arpa/
Dnameser_compat.h89 } HEADER; typedef
/bionic/libc/dns/net/
Dgetaddrinfo.c206 HEADER hdr;
1301 const HEADER *hp; in getanswer()
2141 HEADER *hp; in res_queryN()
2158 hp = (HEADER *)(void *)t->answer; in res_queryN()
2245 HEADER *hp; in res_searchN()
2253 hp = (HEADER *)(void *)target->answer; /*XXX*/ in res_searchN()
Dgethnamaddr.c125 HEADER hdr;
204 const HEADER *hp; in getanswer()