Searched refs:hostPacket (Results 1 – 1 of 1) sorted by relevance
938 uint8_t *hostPacket = data; in forwardPacket() local952 memcpy(packet + hdr_size, hostPacket, data_size); in forwardPacket()975 struct HostMsgHdr *hostPacket = rx; in writeEvent() local977 rx_len == sizeof(struct HostMsgHdr) + hostPacket->len && in writeEvent()978 osTidById(&hostPacket->appId, &tid)) { in writeEvent()979 resp->accepted = forwardPacket(event, hostPacket + 1, hostPacket->len, in writeEvent()980 &hostPacket->len, sizeof(hostPacket->len), tid); in writeEvent()987 struct HostMsgHdrChre *hostPacket = rx; in writeEvent() local989 rx_len == sizeof(struct HostMsgHdrChre) + hostPacket->len && in writeEvent()990 osTidById(&hostPacket->appId, &tid)) { in writeEvent()[all …]