| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
IpTosDsfc |
IpV6.tosDsfc()
Returns the TOS Differentiated Services Field Codepoints (DSFC) type.
|
IpTosDsfc |
Ip.tosDsfc()
Returns the TOS Differentiated Services Field Codepoints (DSFC) type.
|
static IpTosDsfc |
IpTosDsfc.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpTosDsfc[] |
IpTosDsfc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IpV6.Builder |
IpV6.Builder.tosDsfc(IpTosDsfc tosDsfc)
Sets the TOS Differentiated Services Field Codepoints (DSFC) type.
|
Ip.Builder |
Ip.Builder.tosDsfc(IpTosDsfc tosDsfc)
Sets the TOS Differentiated Services Field Codepoints (DSFC) type.
|
Copyright © 2014. All Rights Reserved.