NETWORK ATTACKS FRAMEWORK  1.0.0
A NETwork Attacks framework. Making network attacks impact evaluation easier!
packet_queue Struct Reference

#include <NA_packet_queue_omnet.h>

List of all members.

Public Member Functions

unsigned int length ()

Public Attributes

list_t head
unsigned int len
struct timer garbage_collect_timer

Detailed Description

Definition at line 49 of file NA_packet_queue_omnet.h.


Member Function Documentation

unsigned int packet_queue::length ( ) [inline]

Definition at line 54 of file NA_packet_queue_omnet.h.

{ return len; }

Member Data Documentation

Definition at line 51 of file NA_packet_queue_omnet.h.

unsigned int packet_queue::len

Definition at line 52 of file NA_packet_queue_omnet.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerator Defines