Interface PacketHeader.Length
-
- Enclosing interface:
- PacketHeader
public static interface PacketHeader.Length
-
-
Field Summary
Fields Modifier and Type Field Description static int
IPV4
static int
IPV6_NO_EXT
static int
LISP_ENCAPSULATION
static int
LISP_ENCAPSULATION_TOTAL
static int
UDP
-
-
-
Field Detail
-
LISP_ENCAPSULATION
static final int LISP_ENCAPSULATION
- See Also:
- Constant Field Values
-
IPV4
static final int IPV4
- See Also:
- Constant Field Values
-
IPV6_NO_EXT
static final int IPV6_NO_EXT
- See Also:
- Constant Field Values
-
UDP
static final int UDP
- See Also:
- Constant Field Values
-
LISP_ENCAPSULATION_TOTAL
static final int LISP_ENCAPSULATION_TOTAL
- See Also:
- Constant Field Values
-
-