| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
Inet4Packet |
Inet4Packet.clone()
Return a deep copy of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected static short |
PortProtoPacket.computeChecksum(Inet4Packet ipv4,
PortPacket<?> packet,
int sumOff)
Compute the checksum of the given packet.
|
boolean |
TcpPacket.updateChecksum(Inet4Packet ipv4)
Calculate the checksum of the packet, and set the computed checksum
into a
Packet instance
configured in this instance. |
boolean |
UdpPacket.updateChecksum(Inet4Packet ipv4)
Calculate the checksum of the packet, and set the computed checksum
into a
Packet instance
configured in this instance. |
boolean |
IcmpPacket.updateChecksum(Inet4Packet ipv4)
Calculate the checksum of the packet.
|
boolean |
L4Packet.updateChecksum(Inet4Packet ipv4)
Calculate the checksum of the packet, and set the computed checksum
into a
Packet instance
configured in this instance. |
protected static boolean |
PortProtoPacket.verifyChecksum(Inet4Packet ipv4,
PortPacket<?> packet)
Verify the packet using the checksum.
|
| Modifier and Type | Method and Description |
|---|---|
Inet4Packet |
PacketContext.getInet4Packet()
Return an
Inet4Packet instance which represents the IPv4 packet
in the payload. |
Copyright © 2018 OpenDaylight. All rights reserved.