Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_util.h79 struct xdrfunc { struct
82 struct xdrfunc *next; argument
84 typedef struct xdrfunc xdrfunc; typedef
122 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
H A Drpc_main.c129 xdrfunc *xdrfunc_head = NULL; /* xdr function list */
130 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */
478 xdrfunc *xdrfuncp; in h_output()
H A Drpc_hout.c117 xdrfunc * xdrptr; in storexdrfuncdecl()
119 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()
/dragonfly/usr.sbin/ypserv/
H A Dyp_dnslookup.c227 xdrproc_t xdrfunc; in yp_send_dns_reply() local
246 xdrfunc = (xdrproc_t)xdr_ypresp_val; in yp_send_dns_reply()
266 xdrfunc = (xdrproc_t)xdr_ypresponse; in yp_send_dns_reply()
298 if (!svc_sendreply(q->xprt, xdrfunc, result)) in yp_send_dns_reply()