Uses of Class
org.opencord.bng.packets.PppTlv
-
Packages that use PppTlv Package Description org.opencord.bng.packets Packet parser for BNG application. -
-
Uses of PppTlv in org.opencord.bng.packets
Methods in org.opencord.bng.packets that return PppTlv Modifier and Type Method Description PppTlvPppTlv. deserialize(ByteBuffer bb)PppTlvIpcp. getIpAddressTlv()Gets the IP Address TLV field.PppTlvPppTlv. setLength(byte length)Set the TLV length.PppTlvPppTlv. setType(byte type)Set the TLV type.PppTlvPppTlv. setValue(byte[] value)Set the TLV valued field.Methods in org.opencord.bng.packets that return types with arguments of type PppTlv Modifier and Type Method Description List<PppTlv>Ipcp. getIpcpTlvList()Gets the TLV field list.Methods in org.opencord.bng.packets with parameters of type PppTlv Modifier and Type Method Description IpcpIpcp. setIpAddressTlv(PppTlv ipaddresstlv)Sets the IP address TLV field.
-