#include <hlbr.h>
Data Fields | |
char | Name [MAX_INTERFACE_NAME_LEN] |
int | ID |
int | Type |
int | Proto |
int | MTU |
int | FD |
char | IsPollable |
char | Role |
pthread_t | Thread |
int | ThreadID |
void * | User |
Definition at line 193 of file hlbr.h.
char interface_rec::Name[MAX_INTERFACE_NAME_LEN] |
Definition at line 194 of file hlbr.h.
Referenced by GetInterfaceByName(), InterfaceNameAddNode(), LoopThreadTCPDump(), MainLoopPoll(), OpenInterface(), OpenInterfaceTCPDump(), ParseInterface(), RouteAndSend(), RouteBNSAddNode(), RouteDIP(), RouteDIPAddNode(), RouteMacFilter(), RouteMacFilterAddNode(), RouteSIP(), RouteSIPAddNode(), RouteSIPParseArgs(), and WritePacket().
Definition at line 196 of file hlbr.h.
Referenced by OpenInterface(), ParseInterface(), ReadPacket(), StartInterfaceThread(), and WritePacket().
Definition at line 199 of file hlbr.h.
Referenced by MainLoopPoll(), OpenInterfaceTCPDump(), ParseInterface(), and ReadPacketTCPDump().
char interface_rec::Role |
pthread_t interface_rec::Thread |
void* interface_rec::User |