Home
last modified time | relevance | path

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

/NextBSD/include/
HDres_update.h64 #define res_nupdate __res_nupdate macro
71 int res_nupdate(res_state, ns_updrec *, ns_tsig_key *);
/NextBSD/lib/libc/resolv/
HDres_update.c97 res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) { in res_nupdate() function
HDres_data.c234 return (res_nupdate(statp, rrecp_in, NULL)); in res_update()