Searched refs:ar_vers (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
H A Drpc_prot.c124 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low)))
126 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
333 error->re_vers.low = msg->acpted_rply.ar_vers.low;
334 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc.c524 rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers;
525 rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers;
/freebsd-12-stable/sys/rpc/
H A Drpc_prot.c120 if (! xdr_uint32_t(xdrs, &(ar->ar_vers.low)))
122 return (xdr_uint32_t(xdrs, &(ar->ar_vers.high)));
348 error->re_vers.low = msg->acpted_rply.ar_vers.low;
349 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Drpc_msg.h104 #define ar_vers ru.AR_versions macro
H A Dsvc.c871 rply.acpted_rply.ar_vers.low = (uint32_t)low_vers;
872 rply.acpted_rply.ar_vers.high = (uint32_t)high_vers;
/freebsd-12-stable/include/rpc/
H A Drpc_msg.h104 #define ar_vers ru.AR_versions macro

Completed in 125 milliseconds