#include "common-defs.h"#include "simulator.h"#include "protocol.h"#include "packet.h"#include "handler.h"#include "ipaddr.h"#include "notifier.h"#include "macaddr.h"#include "node.h"#include "link.h"#include "link-real.h"#include "eventcq.h"#include "interface.h"#include "arp.h"#include "worm-containment.h"Go to the source code of this file.
Classes | |
| class | IpMaskCount |
| class | InterfaceReal |
Defines | |
| #define | CLASS_C_MASK 0xffffff00 |
| #define | CLASS_B_MASK 0xffff0000 |
| #define | CLASS_A_MASK 0xff000000 |
| #define | MASK_NONE 0x00000000 |
Typedefs | |
| typedef std::vector< IpMaskCount > | IPMaskCountVec_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1