Searched refs:xdrfunc (Results 1 – 4 of 4) sorted by relevance
77 struct xdrfunc { struct80 struct xdrfunc *next; argument82 typedef struct xdrfunc xdrfunc; typedef120 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
113 xdrfunc * xdrptr; in storexdrfuncdecl()115 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()
118 xdrfunc *xdrfunc_head = NULL; /* xdr function list */119 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */574 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()