Searched refs:resp_hdrp (Results 1 – 1 of 1) sorted by relevance
1019 etm_proto_v1_resp_hdr_t *resp_hdrp; /* for RESPONSE msg */ in etm_hdr_read() local1150 resp_hdrp = (void*)&misc_buf[0]; in etm_hdr_read()1151 hdr_sz = sizeof (*resp_hdrp); in etm_hdr_read()1152 (void) memcpy(&resp_hdrp->resp_pp, &pp, sizeof (pp)); in etm_hdr_read()1156 if (resp_hdrp->resp_pp.pp_timeout != in etm_hdr_read()1166 conn, &resp_hdrp->resp_code, in etm_hdr_read()1167 sizeof (resp_hdrp->resp_code) in etm_hdr_read()1168 + sizeof (resp_hdrp->resp_len), in etm_hdr_read()1174 resp_hdrp->resp_code = ntohl(resp_hdrp->resp_code); in etm_hdr_read()1175 resp_hdrp->resp_len = ntohl(resp_hdrp->resp_len); in etm_hdr_read()[all …]