| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Method and Description |
|---|---|
DHCP |
DHCP.setBootFileName(String bootFile) |
DHCP |
DHCP.setClientHardwareAddress(byte[] clientHardwareAddress) |
DHCP |
DHCP.setClientIPAddress(int clientIPAddress) |
DHCP |
DHCP.setFlags(short flags) |
DHCP |
DHCP.setGatewayIPAddress(int gatewayIPAddress) |
DHCP |
DHCP.setHardwareAddressLength(byte hardwareAddressLength) |
DHCP |
DHCP.setHardwareType(byte hardwareType) |
DHCP |
DHCP.setHops(byte hops) |
DHCP |
DHCP.setOpCode(byte opCode) |
DHCP |
DHCP.setOptions(List<DHCPOption> options) |
DHCP |
DHCP.setSeconds(short seconds) |
DHCP |
DHCP.setServerIPAddress(int serverIPAddress) |
DHCP |
DHCP.setServerName(String server) |
DHCP |
DHCP.setTransactionId(int transactionId) |
DHCP |
DHCP.setYourIPAddress(int yourIPAddress) |
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<DHCP> |
DHCP.deserializer()
Deserializer function for DHCP packets.
|
Copyright © 2016. All rights reserved.