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

/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_prot.c128 if (! xdr_u_int32_t(xdrs, &(ar->ar_vers.low)))
130 return (xdr_u_int32_t(xdrs, &(ar->ar_vers.high)));
349 error->re_vers.low = msg->acpted_rply.ar_vers.low;
350 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc.c551 rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers;
552 rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers;
/freebsd-9.3-release/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.h102 #define ar_vers ru.AR_versions macro
H A Dsvc.c806 rply.acpted_rply.ar_vers.low = (uint32_t)low_vers;
807 rply.acpted_rply.ar_vers.high = (uint32_t)high_vers;
/freebsd-9.3-release/include/rpc/
H A Drpc_msg.h102 #define ar_vers ru.AR_versions macro

Completed in 113 milliseconds