Home
last modified time | relevance | path

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

/netbsd-src/include/rpc/
H A Drpc_msg.h87 struct accepted_reply { struct
127 struct accepted_reply RP_ar;
194 extern bool_t xdr_accepted_reply (XDR *, struct accepted_reply *);
/netbsd-src/lib/libc/rpc/
H A Drpc_prot.c116 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply()