Searched refs:res_nameinquery (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | resolv_private.h | 168 int res_nameinquery(const char*, int, int, const uint8_t*, const uint8_t*);
|
D | res_send.cpp | 346 int res_nameinquery(const char* name, int type, int cl, const uint8_t* buf, const uint8_t* eom) { in res_nameinquery() function 402 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) return (0); in res_queriesmatch()
|