Package | Description |
---|---|
org.opendaylight.vtn.manager.internal.packet.cache | |
org.opendaylight.vtn.manager.packet |
Modifier and Type | Method and Description |
---|---|
ICMP |
IcmpPacket.getPacket()
Return a
ICMP instance configured in this instance. |
Constructor and Description |
---|
IcmpPacket(ICMP icmp)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ICMP |
ICMP.clone()
Return a deep copy of this packet.
|
ICMP |
ICMP.setChecksum(short cksum)
Sets the ICMP checksum for the current ICMP object instance.
|
ICMP |
ICMP.setCode(byte code)
Sets the ICMP code (type subtype) for the current ICMP object instance.
|
ICMP |
ICMP.setIdentifier(short id)
Sets the ICMP identifier for the current ICMP object instance.
|
ICMP |
ICMP.setSequenceNumber(short seq)
Sets the ICMP sequence number for the current ICMP object instance.
|
ICMP |
ICMP.setType(byte type)
Sets the type for the current ICMP message.
|
Copyright © 2018 OpenDaylight. All rights reserved.