Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_cots.c196 #define WIRE_HDR_SIZE 20 /* serialized call header, sans proc number */ macro
365 char cku_rpchdr[WIRE_HDR_SIZE + 4];
603 xdrmem_create(&p->cku_outxdr, p->cku_rpchdr, WIRE_HDR_SIZE, XDR_ENCODE); in clnt_cots_kcreate()
1022 len = MSG_OFFSET + MAX(tidu_size, RM_HDR_SIZE + WIRE_HDR_SIZE); in clnt_cots_kcallit()
1064 bcopy(p->cku_rpchdr, mp->b_rptr, WIRE_HDR_SIZE); in clnt_cots_kcallit()
1068 WIRE_HDR_SIZE)); in clnt_cots_kcallit()
1070 ASSERT((mp->b_wptr - mp->b_rptr) == WIRE_HDR_SIZE); in clnt_cots_kcallit()
1083 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[WIRE_HDR_SIZE]; in clnt_cots_kcallit()
1092 if (!AUTH_WRAP(h->cl_auth, p->cku_rpchdr, WIRE_HDR_SIZE+4, in clnt_cots_kcallit()