| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.packet |
| Modifier and Type | Class and Description |
|---|---|
class |
PortProtoPacket<T extends PortPacket<T>>
PortProtoPacket class implements a cache for layer 4 protocol
header, which identifies the service using 16-bit port number. |
| Modifier and Type | Method and Description |
|---|---|
protected static short |
PortProtoPacket.computeChecksum(Inet4Packet ipv4,
PortPacket<?> packet,
int sumOff)
Compute the checksum of the given packet.
|
protected static boolean |
PortProtoPacket.verifyChecksum(Inet4Packet ipv4,
PortPacket<?> packet)
Verify the packet using the checksum.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortPacket<T extends PortPacket>
Abstract class that describes protocol packet which identifies the service
using 16-bit port number.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCP
TCP describes an TCP packet. |
class |
UDP
UDP describes an UDP packet. |
Copyright © 2018 OpenDaylight. All rights reserved.