Searched refs:WIRE_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 203 #define WIRE_HDR_SIZE 20 /* serialized call header, sans proc number */ macro 372 char cku_rpchdr[WIRE_HDR_SIZE + 4]; 610 xdrmem_create(&p->cku_outxdr, p->cku_rpchdr, WIRE_HDR_SIZE, XDR_ENCODE); in clnt_cots_kcreate() 1029 len = MSG_OFFSET + MAX(tidu_size, RM_HDR_SIZE + WIRE_HDR_SIZE); in clnt_cots_kcallit() 1071 bcopy(p->cku_rpchdr, mp->b_rptr, WIRE_HDR_SIZE); in clnt_cots_kcallit() 1075 WIRE_HDR_SIZE)); in clnt_cots_kcallit() 1077 ASSERT((mp->b_wptr - mp->b_rptr) == WIRE_HDR_SIZE); in clnt_cots_kcallit() 1091 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[WIRE_HDR_SIZE]; in clnt_cots_kcallit() 1100 if (!AUTH_WRAP(h->cl_auth, p->cku_rpchdr, WIRE_HDR_SIZE+4, in clnt_cots_kcallit()
|