Uses of Class
org.opendaylight.genius.mdsalutil.packet.ICMP
-
Packages that use ICMP Package Description org.opendaylight.genius.mdsalutil.packet -
-
Uses of ICMP in org.opendaylight.genius.mdsalutil.packet
Methods in org.opendaylight.genius.mdsalutil.packet that return ICMP Modifier and Type Method Description ICMP
ICMP. setChecksum(short checksum)
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 identifier)
Sets the ICMP identifier for the current ICMP object instance.ICMP
ICMP. setSequenceNumber(short seqNumber)
Sets the ICMP sequence number for the current ICMP object instance.ICMP
ICMP. setType(byte type)
Sets the type for the current ICMP message.
-