|
INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>#include "inet/linklayer/common/MACAddress.h"#include "inet/networklayer/contract/ipv4/IPv4Address.h"Classes | |
| class | inet::DHCPOptions |
Class generated from inet/applications/dhcp/DHCPMessage.msg:74 by nedtool. More... | |
| class | inet::DHCPMessage |
Class generated from inet/applications/dhcp/DHCPMessage.msg:97 by nedtool. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
| #define | __INET_DHCPMESSAGE_M_H |
| #define | MSGC_VERSION 0x0501 |
| #define | INET_API |
Enumerations | |
| enum | inet::DHCPOpcode { inet::BOOTREQUEST = 1, inet::BOOTREPLY = 2 } |
Enum generated from inet/applications/dhcp/DHCPMessage.msg:31 by nedtool. More... | |
| enum | inet::DHCPMessageType { inet::DHCPDISCOVER = 1, inet::DHCPOFFER = 2, inet::DHCPREQUEST = 3, inet::DHCPDECLINE = 4, inet::DHCPACK = 5, inet::DHCPNAK = 6, inet::DHCPRELEASE = 7, inet::DHCPINFORM = 8 } |
Enum generated from inet/applications/dhcp/DHCPMessage.msg:37 by nedtool. More... | |
| enum | inet::DHCPOptionCode { inet::DHCP_MSG_TYPE = 53, inet::CLIENT_ID = 61, inet::HOSTNAME = 12, inet::REQUESTED_IP = 50, inet::PARAM_LIST = 55, inet::SUBNET_MASK = 1, inet::ROUTER = 3, inet::DNS = 6, inet::NTP_SRV = 42, inet::RENEWAL_TIME = 58, inet::REBIND_TIME = 59, inet::LEASE_TIME = 51, inet::SERVER_ID = 54 } |
Enum generated from inet/applications/dhcp/DHCPMessage.msg:49 by nedtool. More... | |
Functions | |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const DHCPOptions &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, DHCPOptions &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const DHCPMessage &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, DHCPMessage &obj) |
| #define __INET_DHCPMESSAGE_M_H |
| #define INET_API |
| #define MSGC_VERSION 0x0501 |