Searched refs:res_search (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libc/hidden/
H A Dresolv.h44 PROTO_DEPRECATED(res_search); variable
/openbsd-current/include/
H A Dresolv.h272 #define res_search __res_search macro
299 int res_search(const char *, int, int, unsigned char *, int)
/openbsd-current/lib/libc/asr/
H A Dres_query.c73 res_search(const char *name, int class, int type, u_char *ans, int anslen) function
/openbsd-current/usr.sbin/ypserv/mkalias/
H A Dmkalias.c96 status = res_search(host, C_IN, T_AAAA, answer.buf, sizeof(answer.buf));
99 status = res_search(host, C_IN, T_A, answer.buf, sizeof(answer.buf));
102 status = res_search(host, C_IN, T_MX, answer.buf, sizeof(answer.buf));
/openbsd-current/regress/lib/libc/asr/bin/
H A Dres_query.c120 r = res_search(host, C_IN, type, buf, sizeof(buf));

Completed in 135 milliseconds