| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DHCPOption> |
DHCP.options |
| Modifier and Type | Method and Description |
|---|---|
DHCPOption |
DHCP.getOption(DHCP.DHCPOptionCode optionCode)
Gets a specific DHCP option parameter.
|
DHCPOption |
DHCPOption.setCode(byte code) |
DHCPOption |
DHCPOption.setData(byte[] data) |
DHCPOption |
DHCPOption.setLength(byte length) |
| Modifier and Type | Method and Description |
|---|---|
List<DHCPOption> |
DHCP.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
DHCP |
DHCP.setOptions(List<DHCPOption> options) |
Copyright © 2016. All rights reserved.