| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| org.onlab.packet.pim |
Utilities for managing PIM packets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ip4Prefix
The class representing an IPv4 network address.
|
class |
Ip6Prefix
The class representing an IPv6 network address.
|
| Modifier and Type | Field and Description |
|---|---|
static IpPrefix |
IpPrefix.IPV4_MULTICAST_PREFIX
An IpPrefix that contains all IPv4 multicast addresses.
|
static IpPrefix |
IpPrefix.IPV6_MULTICAST_PREFIX
An IpPrefix that contains all IPv6 multicast addresses.
|
static IpPrefix |
IpPrefix.MULTICAST_RANGE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IpPrefix |
IpAddress.toIpPrefix()
Generates an IP prefix.
|
static IpPrefix |
IpPrefix.valueOf(int address,
int prefixLength)
Converts an integer and a prefix length into an IPv4 prefix.
|
static IpPrefix |
IpPrefix.valueOf(IpAddress.Version version,
byte[] address,
int prefixLength)
Converts a byte array and a prefix length into an IP prefix.
|
static IpPrefix |
IpPrefix.valueOf(IpAddress address,
int prefixLength)
Converts an IP address and a prefix length into an IP prefix.
|
static IpPrefix |
IpPrefix.valueOf(String address)
Converts a CIDR (slash) notation string (e.g., "10.1.0.0/16" or
"1111:2222::/64") into an IP prefix.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IpPrefix.contains(IpPrefix other)
Determines whether a given IP prefix is contained within this prefix.
|
| Modifier and Type | Method and Description |
|---|---|
IpPrefix |
PIMJoinPruneGroup.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<IpPrefix,IpPrefix> |
PIMJoinPruneGroup.getJoins() |
HashMap<IpPrefix,IpPrefix> |
PIMJoinPruneGroup.getJoins() |
HashMap<IpPrefix,IpPrefix> |
PIMJoinPruneGroup.getPrunes() |
HashMap<IpPrefix,IpPrefix> |
PIMJoinPruneGroup.getPrunes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PIMJoinPrune.addJoinPrune(IpPrefix spfx,
IpPrefix gpfx,
boolean join)
Add the specified S, G to the join field.
|
void |
PIMAddrSource.setAddr(IpPrefix spfx)
PIM Encoded Source Address.
|
void |
PIMAddrGroup.setAddr(IpPrefix pfx)
Set the encoded source address.
|
void |
PIMJoinPruneGroup.setGroup(IpPrefix g) |
| Constructor and Description |
|---|
PIMAddrGroup(IpPrefix gpfx)
PIM Encoded Group Address.
|
PIMAddrSource(IpPrefix spfx)
PIM Encoded Source Address.
|
PIMJoinPruneGroup(IpPrefix grp) |
Copyright © 2016. All rights reserved.