Uses of Class
org.opencord.bng.packets.Pppoe
-
Packages that use Pppoe Package Description org.opencord.bng.packets Packet parser for BNG application. -
-
Uses of Pppoe in org.opencord.bng.packets
Methods in org.opencord.bng.packets that return Pppoe Modifier and Type Method Description PppoePppoe. setAcName(PppoeTlvTag acname)Set the AC-Name.PppoePppoe. setPacketType(Pppoe.PppoeType type)Set the Packet Type.PppoePppoe. setPayloadLength(short payloadLength)Set the payload length.PppoePppoe. setSessionId(short sessionId)Set the session ID.PppoePppoe. setTypeId(byte typeId)Set the type ID.PppoePppoe. setVersion(byte version)Set the version field.Methods in org.opencord.bng.packets that return types with arguments of type Pppoe Modifier and Type Method Description static org.onlab.packet.Deserializer<Pppoe>Pppoe. deserializer()Deserializer function for PPPoE packets.
-