Searched refs:DS_HDR_SZ (Results 1 – 2 of 2) sorted by relevance
568 bzero(hbuf, DS_HDR_SZ); in ds_handle_recv()569 read_size = DS_HDR_SZ; in ds_handle_recv()577 if (read_size < DS_HDR_SZ) { in ds_handle_recv()585 DS_EOL, PORTID(port), read_size, DS_HDR_SZ); in ds_handle_recv()592 msglen = DS_HDR_SZ + read_size; in ds_handle_recv()604 (void) memcpy(msg, hbuf, DS_HDR_SZ); in ds_handle_recv()605 currp = (char *)(msg) + DS_HDR_SZ; in ds_handle_recv()614 if ((DS_HDR_SZ + read_size) != msglen) { in ds_handle_recv()617 PORTID(port), __func__, (DS_HDR_SZ + read_size), in ds_handle_recv()766 req = (ds_init_req_t *)(buf + DS_HDR_SZ); in ds_handle_init_req()[all …]
55 #define DS_HDR_SZ (sizeof (ds_hdr_t)) macro