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 ICMPICMP. setChecksum(short checksum)Sets the ICMP checksum for the current ICMP object instance.ICMPICMP. setCode(byte code)Sets the ICMP code (type subtype) for the current ICMP object instance.ICMPICMP. setIdentifier(short identifier)Sets the ICMP identifier for the current ICMP object instance.ICMPICMP. setSequenceNumber(short seqNumber)Sets the ICMP sequence number for the current ICMP object instance.ICMPICMP. setType(byte type)Sets the type for the current ICMP message. 
 -