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

/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.h82 struct xdrfunc { struct
85 struct xdrfunc *next;
87 typedef struct xdrfunc xdrfunc; typedef in typeref:struct:xdrfunc
125 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
H A Drpc_hout.c123 xdrfunc * xdrptr;
125 xdrptr = XALLOC(struct xdrfunc);
H A Drpc_main.c127 xdrfunc *xdrfunc_head = NULL; /* xdr function list */
128 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */
487 xdrfunc *xdrfuncp;
/freebsd-11-stable/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 118 milliseconds