Searched refs:rrecp_in (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_data.c | 149 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) { in res_mkupdate() argument 156 return (res_nmkupdate(statp, rrecp_in, buf, buflen)); in res_mkupdate() 222 res_update(ns_updrec *rrecp_in) { in res_update() argument 229 return (res_nupdate(statp, rrecp_in, NULL)); in res_update()
|
H A D | res_update.c | 93 res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) { in res_nupdate() argument 110 for (rrecp = rrecp_in; rrecp; in res_nupdate()
|
H A D | res_mkupdate.c | 90 res_nmkupdate(res_state statp, ns_updrec *rrecp_in, u_char *buf, int buflen) { in res_nmkupdate() argument 91 ns_updrec *rrecp_start = rrecp_in; in res_nmkupdate()
|