Searched refs:HostMsgHdr (Results 1 – 4 of 4) sorted by relevance
67 struct HostMsgHdr { struct
49 HostMsgHdr hdr;
79 struct HostMsgHdr hdr;
975 struct HostMsgHdr *hostPacket = rx; in writeEvent()976 if (rx_len >= sizeof(struct HostMsgHdr) && in writeEvent()977 rx_len == sizeof(struct HostMsgHdr) + hostPacket->len && in writeEvent()