INET Framework for OMNeT++/OMNEST
PPPFrame_m.h File Reference
#include <omnetpp.h>
#include "INETDefs.h"

Go to the source code of this file.

Classes

class  PPPFrame

Defines

#define MSGC_VERSION   0x0402

Functions

void doPacking (cCommBuffer *b, PPPFrame &obj)
void doUnpacking (cCommBuffer *b, PPPFrame &obj)

Variables

const int PPP_OVERHEAD_BYTES = 7

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file PPPFrame_m.h.


Function Documentation

void doPacking ( cCommBuffer *  b,
PPPFrame obj 
) [inline]

Definition at line 54 of file PPPFrame_m.h.

{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
PPPFrame obj 
) [inline]

Definition at line 55 of file PPPFrame_m.h.

{obj.parsimUnpack(b);}

Variable Documentation

const int PPP_OVERHEAD_BYTES = 7

Definition at line 18 of file PPPFrame_m.h.

Referenced by PPP::encapsulate(), and AnsaPPP::encapsulate().