Home
last modified time | relevance | path

Searched refs:oa_length (Results 1 – 4 of 4) sorted by relevance

/hardware/msm7k/librpc/
Drpc.c146 return (XDR_SEND_UINT(xdr, (uint32_t *)&auth->oa_length) && in xdr_send_auth()
147 (auth->oa_length == 0 || in xdr_send_auth()
148 XDR_SEND_BYTES(xdr, (uint8_t *)auth->oa_base, auth->oa_length))); in xdr_send_auth()
Dclnt.c293 cred.oa_length = 0; in clnt_call()
295 verf.oa_length = 0; in clnt_call()
410 if (!XDR_RECV_UINT (xdr, (unsigned *)&(auth->oa_length))) { in xdr_recv_auth()
414 if (auth->oa_length != 0) { in xdr_recv_auth()
417 if (!XDR_RECV_BYTES (xdr, NULL, auth->oa_length)) in xdr_recv_auth()
Dsvc.c484 verf.oa_length = 0; in svc_sendreply()
/hardware/msm7k/librpc/rpc/
Dtypes.h261 u_int oa_length; /* not to exceed MAX_AUTH_BYTES */ member