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

/freebsd-10.0-release/lib/libc/rpc/
H A Drpc_prot.c129 if (! xdr_u_int32_t(xdrs, &(ar->ar_vers.low)))
131 return (xdr_u_int32_t(xdrs, &(ar->ar_vers.high)));
350 error->re_vers.low = msg->acpted_rply.ar_vers.low;
351 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc.c552 rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers;
553 rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers;
/freebsd-10.0-release/sys/rpc/
H A Drpc_prot.c121 if (! xdr_uint32_t(xdrs, &(ar->ar_vers.low)))
123 return (xdr_uint32_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 Drpc_msg.h103 #define ar_vers ru.AR_versions macro
H A Dsvc.c729 rply.acpted_rply.ar_vers.low = (uint32_t)low_vers;
730 rply.acpted_rply.ar_vers.high = (uint32_t)high_vers;
/freebsd-10.0-release/include/rpc/
H A Drpc_msg.h103 #define ar_vers ru.AR_versions macro

Completed in 91 milliseconds