Searched refs:xdr_accepted_reply (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libc/xdr/
H A DMakefile.inc11 MLINKS+= rpc_xdr.3 xdr_accepted_reply.3 \
/freebsd-current/sys/rpc/
H A Drpc_msg.h188 * xdr_accepted_reply(xdrs, rej)
192 extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
H A Drpc_prot.c90 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) function
161 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
189 return (xdr_accepted_reply(xdrs,
/freebsd-current/include/rpc/
H A Drpc_msg.h188 * xdr_accepted_reply(xdrs, rej)
192 extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
/freebsd-current/lib/libc/rpc/
H A Drpc_prot.c97 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) function
164 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },

Completed in 114 milliseconds