|
INET Framework for OMNeT++/OMNEST
|
#include "inet/common/packet/Packet.h"Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Enumerations | |
| enum | inet::HeaderPosition { inet::HP_UNDEFINED, inet::HP_NONE, inet::HP_FRONT, inet::HP_BACK } |
Functions | |
| HeaderPosition | inet::parseHeaderPosition (const char *string) |
| template<typename T > | |
| const Ptr< const T > | inet::peekHeader (const Packet *packet, HeaderPosition headerPosition, b length) |
| template<typename T > | |
| const Ptr< const T > | inet::popHeader (Packet *packet, HeaderPosition headerPosition, b length) |
| template<typename T > | |
| void | inet::insertHeader (Packet *packet, const Ptr< const T > &chunk, HeaderPosition headerPosition) |