Searched refs:RPC_CALLHDRSIZE (Results 1 – 3 of 3) sorted by relevance
114 #define RPC_CALLHDRSIZE (6) macro141 (RPC_CALLHDRSIZE + 2*(2+RPC_MAX_AUTH_SIZE/4))
1896 req->rq_callsize = RPC_CALLHDRSIZE + (auth->au_cslack << 1) + in call_allocate()2647 p = xdr_reserve_space(xdr, RPC_CALLHDRSIZE << 2); in rpc_encode_header()
3771 (RPC_CALLHDRSIZE + 2 * (2 + UNX_CALLSLACK))