Searched refs:res_queriesmatch (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/include/ |
H A D | resolv.h | 395 #define res_queriesmatch __res_queriesmatch macro 463 int res_queriesmatch(const u_char *, const u_char *,
|
/netbsd-src/external/bsd/libbind/dist/include/ |
H A D | resolv.h | 397 #define res_queriesmatch __res_queriesmatch macro 464 int res_queriesmatch __P((const u_char *, const u_char *,
|
/netbsd-src/lib/libc/resolv/ |
H A D | res_send.c | 139 __weak_alias(res_queriesmatch,__res_queriesmatch) 303 res_queriesmatch(const u_char *buf1, const u_char *eom1, in res_queriesmatch() function 1099 !res_queriesmatch(buf, (const u_char *)buf + buflen, in send_dg()
|
/netbsd-src/external/bsd/libbind/dist/resolv/ |
H A D | res_send.c | 257 res_queriesmatch(const u_char *buf1, const u_char *eom1, in res_queriesmatch() function 984 !res_queriesmatch(buf, buf + buflen, in send_dg()
|