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

/freebsd-12-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 */
489 xdrfunc *xdrfuncp;
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c230 xdrproc_t xdrfunc; local
249 xdrfunc = (xdrproc_t)xdr_ypresp_val;
269 xdrfunc = (xdrproc_t)xdr_ypresponse;
301 if (!svc_sendreply(q->xprt, xdrfunc, result))

Completed in 107 milliseconds