Lines Matching refs:UINT
94 …UINT LinkType; ///< The MAC of the current network adapter (see function PacketGetNetType() for m…
110 …UINT bf_len; ///< Indicates the number of instructions of the program, i.e. the num…
134 UINT bs_recv; ///< Number of packets that the driver received from the network adapter
137 UINT bs_drop; ///< number of packets that the driver lost from the beginning of a capture.
140 UINT ps_ifdrop; ///< drops by interface. XXX not yet supported
141 …UINT bs_capt; ///< number of packets that pass the filter, find place in the kernel buffer a…
154 …UINT bh_caplen; ///< Length of captured portion. The captured portion <b>can be differ…
157 UINT bh_datalen; ///< Original length of packet
173 …UINT caplen; ///< Length of captured portion. The captured portion can smaller than…
176 UINT len; ///< Length of the original packet (off wire).
237 …UINT ReadTimeOut; ///< \internal The amount of time after which a read on the driver wil…
241 …UINT Flags; ///< Adapter's flags. Tell if this adapter must be treated in a differ…
270 UINT Length; ///< Length of the buffer
323 BOOLEAN PacketSetLoopbackBehavior(LPADAPTER AdapterObject, UINT LoopbackBehavior);
333 VOID PacketInitPacket(LPPACKET lpPacket,PVOID Buffer,UINT Length);
342 BOOLEAN PacketSetDumpLimits(LPADAPTER AdapterObject, UINT maxfilesize, UINT maxnpacks);
346 BOOLEAN PacketStartOem(PCHAR errorString, UINT errorStringLength);
347 BOOLEAN PacketStartOemEx(PCHAR errorString, UINT errorStringLength, ULONG flags);