Home
last modified time | relevance | path

Searched refs:xdrfunc (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_util.h77 struct xdrfunc { struct
80 struct xdrfunc *next; argument
82 typedef struct xdrfunc xdrfunc; typedef
120 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
H A Drpc_hout.c113 xdrfunc * xdrptr; in storexdrfuncdecl()
115 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()
H A Drpc_main.c118 xdrfunc *xdrfunc_head = NULL; /* xdr function list */
119 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */
574 xdrfunc *xdrfuncp; in h_output()
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c228 xdrproc_t xdrfunc; in yp_send_dns_reply() local
247 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()