Searched refs:WIRE_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 201 #define WIRE_HDR_SIZE 20 /* serialized call header, sans proc number */ macro 370 char cku_rpchdr[WIRE_HDR_SIZE + 4]; 608 xdrmem_create(&p->cku_outxdr, p->cku_rpchdr, WIRE_HDR_SIZE, XDR_ENCODE); in clnt_cots_kcreate() 1026 len = MSG_OFFSET + MAX(tidu_size, RM_HDR_SIZE + WIRE_HDR_SIZE); in clnt_cots_kcallit() 1068 bcopy(p->cku_rpchdr, mp->b_rptr, WIRE_HDR_SIZE); in clnt_cots_kcallit() 1072 WIRE_HDR_SIZE)); in clnt_cots_kcallit() 1074 ASSERT((mp->b_wptr - mp->b_rptr) == WIRE_HDR_SIZE); in clnt_cots_kcallit() 1088 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[WIRE_HDR_SIZE]; in clnt_cots_kcallit() 1097 if (!AUTH_WRAP(h->cl_auth, p->cku_rpchdr, WIRE_HDR_SIZE+4, in clnt_cots_kcallit()
|