Lines Matching refs:xdrproc_t
158 (xdrproc_t)xdr_ypreq_key, &yprk, in yp_match_host()
159 (xdrproc_t)xdr_ypresp_val, &yprv, tv); in yp_match_host()
168 xdr_free((xdrproc_t)xdr_ypresp_val, (char *)&yprv); in yp_match_host()
193 (xdrproc_t)xdr_ypreq_nokey, &yprnk, in yp_first_host()
194 (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv); in yp_first_host()
207 xdr_free((xdrproc_t)xdr_ypresp_key_val, (char *)&yprkv); in yp_first_host()
234 (xdrproc_t)xdr_ypreq_key, &yprk, in yp_next_host()
235 (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv); in yp_next_host()
248 xdr_free((xdrproc_t)xdr_ypresp_key_val, (char *)&yprkv); in yp_next_host()
270 (xdrproc_t)xdr_ypreq_nokey, &yprnk, in yp_all_host()
271 (xdrproc_t)xdr_ypresp_all_seq, &status, tv); in yp_all_host()
295 (xdrproc_t)xdr_ypreq_nokey, &yprnk, in yp_order_host()
296 (xdrproc_t)xdr_ypresp_order, &ypro, tv); in yp_order_host()
300 xdr_free((xdrproc_t)xdr_ypresp_order, (char *)&ypro); in yp_order_host()
321 (xdrproc_t)xdr_ypreq_nokey, &yprnk, in yp_master_host()
322 (xdrproc_t)xdr_ypresp_master, &yprm, tv); in yp_master_host()
327 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm); in yp_master_host()
345 (xdrproc_t)xdr_domainname, &indomain, in yp_maplist_host()
346 (xdrproc_t)xdr_ypresp_maplist, &ypml, tv); in yp_maplist_host()