|
INET Framework for OMNeT++/OMNEST
|
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 MSGC_VERSION 0x0402 |
Definition at line 11 of file PPPFrame_m.h.
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);}
| const int PPP_OVERHEAD_BYTES = 7 |
Definition at line 18 of file PPPFrame_m.h.
Referenced by PPP::encapsulate(), and AnsaPPP::encapsulate().