Searched refs:packetType (Results 1 – 1 of 1) sorted by relevance
128 int packetType; in processPackets() local135 while ((packetType = MLNextPacket(link)) && (packetType != RETURNPKT)) { in processPackets()136 switch (packetType) { in processPackets()202 if (!packetType) { in processPackets()206 } else if (packetType == RETURNPKT) { in processPackets()210 fprintf(stderr, "Invalid packet type %d\n", packetType); in processPackets()