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

/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.h77 struct xdrfunc { struct
80 struct xdrfunc *next;
82 typedef struct xdrfunc xdrfunc; typedef in typeref:struct:xdrfunc
120 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
H A Drpc_hout.c113 xdrfunc * xdrptr;
115 xdrptr = XALLOC(struct xdrfunc);
H A Drpc_main.c118 xdrfunc *xdrfunc_head = NULL; /* xdr function list */
119 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */
574 xdrfunc *xdrfuncp;
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c228 xdrproc_t xdrfunc; local
247 xdrfunc = (xdrproc_t)xdr_ypresp_val;
267 xdrfunc = (xdrproc_t)xdr_ypresponse;
299 if (!svc_sendreply(q->xprt, xdrfunc, result))

Completed in 76 milliseconds