Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

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:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Compounds

struct  hdr_ll
class  LL

Enumerations

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


Enumeration Type Documentation

enum LLFrameType
 

Enumeration values:
LL_DATA 
LL_ACK 

Definition at line 49 of file ll.h.

Referenced by hdr_ll::lltype().

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


Generated on Tue Apr 20 12:22:10 2004 for NS2.26SourcesOriginal by doxygen 1.3.3