Home | History | Annotate | Download | only in dist

Lines Matching defs:Packet

520 	/* Set the packet driver in dump mode */
575 PACKET Packet;
600 * The PACKET structure had a bunch of extra stuff for
609 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize);
610 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) {
668 cc = Packet.ulBytesReceived;
676 * Loop through each packet.
679 * <= INT_MAX packets, so the packet count doesn't overflow.
717 * the packet passed the filter.
745 * packet is smaller than our target time.
754 * The arrived packet is suitable for being
779 * Skip this packet.
794 PACKET Packet;
813 * The PACKET structure had a bunch of extra stuff for
822 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize);
823 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) {
828 cc = Packet.ulBytesReceived;
841 * which would overflow the packet count, causing it either
847 * Therefore, if the packet count is unlimited, we clip
866 /* Find the beginning of the packet */
869 /* Determine actual packet len */
949 /* Move to next packet */
962 /* Move to next packet */
979 /* Send a packet to the network */
984 PACKET pkt;
1502 /* Set the length of the FCS associated to any packet. This value
1503 * will be subtracted to the packet length */
1735 * the driver with which Packet.dll
2011 * Set the packet buffer timeout to -1 for non-blocking
2708 * for the packet.dll version number as well.)
2726 * WinPcap/Npcap version string and packet.dll version
2733 * WinPcap/Npcap version string and packet.dll version
2742 WINPCAP_PRODUCT_NAME " version " WINPCAP_VER_STRING " (packet.dll version %s), based on " PCAP_VERSION_STRING,
2763 * Generate the version string. Report the packet.dll
2769 PCAP_VERSION_STRING " (packet.dll version %s)",