Home
last modified time | relevance | path

Searched refs:accepted_reply (Results 1 – 2 of 2) sorted by relevance

/dragonfly/include/rpc/
H A Drpc_msg.h86 struct accepted_reply { struct
126 struct accepted_reply RP_ar;
192 extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
/dragonfly/lib/libc/rpc/
H A Drpc_prot.c98 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply()