Searched refs:rrecp_in (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_data.c168 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) { argument
174 return (res_nmkupdate(&_res, rrecp_in, buf, buflen));
233 res_update(ns_updrec *rrecp_in) { argument
239 return (res_nupdate(&_res, rrecp_in, NULL));
H A Dres_update.c96 res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) { argument
113 for (rrecp = rrecp_in; rrecp;
H A Dres_mkupdate.c83 res_nmkupdate(res_state statp, ns_updrec *rrecp_in, u_char *buf, int buflen) { argument
84 ns_updrec *rrecp_start = rrecp_in;
/netbsd-current/lib/libc/resolv/
H A Dres_data.c209 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) { argument
215 return (res_nmkupdate(&_nres, rrecp_in, buf, buflen));
278 res_update(ns_updrec *rrecp_in) { argument
284 return (res_nupdate(&_nres, rrecp_in, NULL));
/netbsd-current/lib/libresolv/
H A Dres_update.c99 res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) { argument
116 for (rrecp = rrecp_in; rrecp; rrecp = TAILQ_NEXT(rrecp, r_link)) {
H A Dres_mkupdate.c84 res_nmkupdate(res_state statp, ns_updrec *rrecp_in, u_char *buf, int buflen) { argument
85 ns_updrec *rrecp_start = rrecp_in;

Completed in 89 milliseconds