156 SocketFamily m_SockFamily;
Definition: IpAddress.h:358
Definition: PointerVector.h:29
Definition: RawPacket.h:269
Definition: RawSocketDevice.h:41
RecvPacketResult
Definition: RawSocketDevice.h:47
@ RecvTimeout
Definition: RawSocketDevice.h:51
@ RecvWouldBlock
Definition: RawSocketDevice.h:54
@ RecvSuccess
Definition: RawSocketDevice.h:49
@ RecvError
Definition: RawSocketDevice.h:56
int receivePackets(RawPacketVector &packetVec, double timeout, int &failedRecv)
int sendPackets(const RawPacketVector &packetVec)
bool sendPacket(const RawPacket *rawPacket)
RecvPacketResult receivePacket(RawPacket &rawPacket, bool blocking=true, double timeout=-1)
The main namespace for the PcapPlusPlus lib.