Searched refs:tcsd_packet_hdr (Results 1 – 4 of 4) sorted by relevance
41 __tspi_memset(&comm->hdr, 0, sizeof(struct tcsd_packet_hdr)); in initData()42 comm->hdr.packet_size = sizeof(struct tcsd_packet_hdr); in initData()43 comm->hdr.type_offset = sizeof(struct tcsd_packet_hdr); in initData()356 recv_size = sizeof(struct tcsd_packet_hdr); in send_init()361 buffer += sizeof(struct tcsd_packet_hdr); /* increment the receive buffer pointer */ in send_init()365 if (recv_size < (int)sizeof(struct tcsd_packet_hdr)) { in send_init()382 buffer = new_buffer + sizeof(struct tcsd_packet_hdr); in send_init()388 recv_size -= sizeof(struct tcsd_packet_hdr); /* already received the header */ in send_init()416 recv_size = sizeof(struct tcsd_packet_hdr); in tcs_sendit()425 if (recv_size < (int)sizeof(struct tcsd_packet_hdr)) { in tcs_sendit()[all …]
19 struct tcsd_packet_hdr { struct35 struct tcsd_packet_hdr hdr; argument
219 sizeof(struct tcsd_packet_hdr)) < 0) in tcsd_thread_run()222 recd_so_far = sizeof(struct tcsd_packet_hdr); in tcsd_thread_run()226 if (total_recv_size < (int)sizeof(struct tcsd_packet_hdr)) { in tcsd_thread_run()309 LoadBlob_UINT32(&offset, sizeof(struct tcsd_packet_hdr), data->comm.buf); in tcsd_thread_run()
101 memset(&comm->hdr, 0, sizeof(struct tcsd_packet_hdr)); in initData()102 comm->hdr.packet_size = sizeof(struct tcsd_packet_hdr); in initData()104 comm->hdr.type_offset = sizeof(struct tcsd_packet_hdr); in initData()593 data->comm.hdr.packet_size = sizeof(struct tcsd_packet_hdr); in dispatchCommand()