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