Package | Description |
---|---|
org.opendaylight.vtn.manager.packet |
Modifier and Type | Method and Description |
---|---|
ARP |
ARP.clone()
Return a deep copy of this packet.
|
ARP |
ARP.setHardwareAddressLength(byte len)
Sets the hardware address length for the current ARP object instance.
|
ARP |
ARP.setHardwareType(short hwtype)
Sets the hardware Type for the current ARP object instance.
|
ARP |
ARP.setOpCode(short op)
Sets the opCode for the current ARP object instance.
|
ARP |
ARP.setProtocolAddressLength(byte len)
Sets the Protocol address for the current ARP object instance.
|
ARP |
ARP.setProtocolType(short ptype)
Sets the protocol Type for the current ARP object instance.
|
ARP |
ARP.setSenderHardwareAddress(byte[] addr)
Sets the sender hardware address for the current ARP object instance.
|
ARP |
ARP.setSenderProtocolAddress(byte[] addr)
Sets the sender protocol address for the current ARP object instance.
|
ARP |
ARP.setTargetHardwareAddress(byte[] addr)
Sets the target hardware address for the current ARP object instance.
|
ARP |
ARP.setTargetProtocolAddress(byte[] addr)
Sets the target protocol address for the current ARP object instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.