#include <session.h>
Data Fields | |
unsigned int | IP1 |
unsigned int | IP2 |
unsigned int | NumAllocated |
unsigned int | NumPorts |
PP ** | Ports |
ip_bin * | Parent |
unsigned char | RefuseFromThisIP: 1 |
Definition at line 137 of file session.h.
unsigned int ip_pair::IP1 |
Definition at line 138 of file session.h.
Referenced by FindIPPair(), FindPortPair(), PrintSessionBuffer(), and RemovePort().
unsigned int ip_pair::IP2 |
Definition at line 139 of file session.h.
Referenced by FindIPPair(), FindPortPair(), PrintSessionBuffer(), and RemovePort().
unsigned int ip_pair::NumAllocated |
unsigned int ip_pair::NumPorts |
Definition at line 141 of file session.h.
Referenced by FindIPPair(), FindPortPair(), and RemovePort().
struct ip_bin* ip_pair::Parent [read] |
unsigned char ip_pair::RefuseFromThisIP |
Refuse any sessions from IP1 in the future
Definition at line 145 of file session.h.
Referenced by FindIPPair().