Lines Matching refs:packet
103 const int packet = (int)((msg->packet_hi << 8) | msg->packet_lo); in WFSi_WBTCallback() local
106 offset, length, aid, packet)); in WFSi_WBTCallback()
109 (packet != WBT_GetParentPacketLength(work->wbt) + WBT_PACKET_SIZE_MIN)) in WFSi_WBTCallback()
287 void WFS_CallServerPacketSendHook(WFSServerContext *context, WFSPacketBuffer *packet) in WFS_CallServerPacketSendHook() argument
396 packet->length = WBT_CallPacketSendHook(context->wbt, packet->buffer, packet->length, TRUE); in WFS_CallServerPacketSendHook()
409 void WFS_CallServerPacketRecvHook(WFSServerContext *context, const WFSPacketBuffer *packet) in WFS_CallServerPacketRecvHook() argument
411 int aid = (int)MATH_CTZ((u32)packet->bitmap); in WFS_CallServerPacketRecvHook()
412 const void *buffer = packet->buffer; in WFS_CallServerPacketRecvHook()
413 int length = packet->length; in WFS_CallServerPacketRecvHook()
438 MIAllocator *allocator, int packet) in WFS_InitServer() argument
447 context->new_packet = packet; in WFS_InitServer()
465 WBT_StartParent(context->wbt, packet, WBT_PACKET_SIZE_MIN); in WFS_InitServer()