Searched refs:xdrfunc (Results 1 – 4 of 4) sorted by relevance
82 struct xdrfunc { struct85 struct xdrfunc *next; argument87 typedef struct xdrfunc xdrfunc; typedef125 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
123 xdrfunc * xdrptr; in storexdrfuncdecl()125 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()
127 xdrfunc *xdrfunc_head = NULL; /* xdr function list */128 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */487 xdrfunc *xdrfuncp; in h_output()
228 xdrproc_t xdrfunc; in yp_send_dns_reply() local247 xdrfunc = (xdrproc_t)xdr_ypresp_val; in yp_send_dns_reply()267 xdrfunc = (xdrproc_t)xdr_ypresponse; in yp_send_dns_reply()299 if (!svc_sendreply(q->xprt, xdrfunc, result)) in yp_send_dns_reply()