Searched refs:RPC_CALLHDRSIZE (Results 1 – 2 of 2) sorted by relevance
112 #define RPC_CALLHDRSIZE (6) macro139 (RPC_CALLHDRSIZE + 2*(2+RPC_MAX_AUTH_SIZE/4))
1049 req->rq_callsize = RPC_CALLHDRSIZE + (slack << 1) + proc->p_arglen; in call_allocate()