Home
last modified time | relevance | path

Searched refs:buf2 (Results 1 – 3 of 3) sorted by relevance

/resolv/
A Dres_queriesmatch.c90 const unsigned char *buf2, const unsigned char *eom2) in __libc_res_queriesmatch() argument
92 if (eom1 - buf1 < HFIXEDSZ || eom2 - buf2 < HFIXEDSZ) in __libc_res_queriesmatch()
98 (((HEADER *) buf2)->opcode == ns_o_update)) in __libc_res_queriesmatch()
105 if (qdcount != ((HEADER *) buf2)->qdcount) in __libc_res_queriesmatch()
124 if (!__libc_res_nameinquery (tname, ttype, tclass, buf2, eom2)) in __libc_res_queriesmatch()
A Dres_send.c254 const unsigned char *buf2, int buflen2, in __res_context_send() argument
359 n = send_vc(statp, buf, buflen, buf2, buflen2, in __res_context_send()
373 n = send_dg(statp, buf, buflen, buf2, buflen2, in __res_context_send()
564 const HEADER *hp2 = (HEADER *) buf2; in send_vc()
634 if (buf2 != NULL) { in send_vc()
637 evConsIovec((void*)buf2, buflen2, &iov[3]); in send_vc()
652 int recvresp2 = buf2 == NULL; in send_vc()
929 const HEADER *hp2 = (HEADER *) buf2; in send_dg()
968 int recvresp2 = buf2 == NULL; in send_dg()
1205 && __libc_res_queriesmatch (buf2, buf2 + buflen2, in send_dg()
[all …]
A Dresolv-deprecated.c53 const unsigned char *buf2, const unsigned char *eom2) in res_queriesmatch() argument
55 return __libc_res_queriesmatch (buf1, eom1, buf2, eom2); in res_queriesmatch()

Completed in 10 milliseconds