ll.h File Reference

#include <delay.h>
#include <queue.h>
#include <arp.h>
#include <classifier.h>
#include <lanRouter.h>
#include <varp.h>

Include dependency graph for ll.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hdr_ll
class  LL

Enumerations

enum  LLFrameType { LL_DATA = 0x0001, LL_ACK = 0x0010 }


Enumeration Type Documentation

enum LLFrameType
 

Enumerator:
LL_DATA 
LL_ACK 

Definition at line 49 of file ll.h.

00049                  {
00050     LL_DATA     = 0x0001,
00051     LL_ACK      = 0x0010
00052 };


Generated on Tue Mar 6 16:54:20 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6