#include "../config.h"#include "../engine/hlbr.h"#include "packet.h"Go to the source code of this file.
Functions | |
| int | OpenInterfaceLinuxRaw (int InterfaceID) |
| int | ReadPacketLinuxRaw (int InterfaceID) |
| int | WritePacketLinuxRaw (int InterfaceID, unsigned char *Packet, int PacketLen) |
| int | LoopThreadLinuxRaw (int InterfaceID) |
| int LoopThreadLinuxRaw | ( | int | InterfaceID | ) |
Referenced by StartInterfaceThread().
| int OpenInterfaceLinuxRaw | ( | int | InterfaceID | ) |
Referenced by OpenInterface().
| int ReadPacketLinuxRaw | ( | int | InterfaceID | ) |
Referenced by ReadPacket().
| int WritePacketLinuxRaw | ( | int | InterfaceID, | |
| unsigned char * | Packet, | |||
| int | PacketLen | |||
| ) |
Referenced by WritePacket().
1.5.2