| Package | Description |
|---|---|
| org.onosproject.net.packet |
Mechanism for processing inbound packets intercepted from the data plane and
for emitting outbound packets onto the data plane.
|
| org.onosproject.net.proxyarp |
Base abstractions related to the proxy arp service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPacketContext |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketProcessor.process(PacketContext context)
Processes the inbound packet as specified in the given context.
|
void |
PacketProviderService.processPacket(PacketContext context)
Submits inbound packet context for processing.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProxyArpService.handleArp(PacketContext context)
Handles a arp packet.
|
Copyright © 2015. All rights reserved.