Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_util.h82 struct xdrfunc { struct
85 struct xdrfunc *next; argument
87 typedef struct xdrfunc xdrfunc; typedef
125 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
HDrpc_hout.c123 xdrfunc * xdrptr; in storexdrfuncdecl()
125 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()
HDrpc_main.c127 xdrfunc *xdrfunc_head = NULL; /* xdr function list */
128 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */
487 xdrfunc *xdrfuncp; in h_output()
/freebsd-11-stable/usr.sbin/ypserv/
HDyp_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()