Searched defs:addTlv (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/dhcp/
H A DDhcpPacket.java418 protected void addTlv(ByteBuffer buf, byte type, byte value) { method in class:DhcpPacket
427 protected void addTlv(ByteBuffer buf, byte type, byte[] payload) { method in class:DhcpPacket
438 protected void addTlv(ByteBuffer buf, byte type, InetAddress addr) { method in class:DhcpPacket
440 addTlv(buf, type, addr.getAddress());
447 protected void addTlv(ByteBuffer buf, byte type, List<InetAddress> addrs) { method in class:DhcpPacket
461 protected void addTlv(ByteBuffer buf, byte type, Integer value) { method in class:DhcpPacket
472 protected void addTlv(ByteBuffer buf, byte type, String str) { method in class:DhcpPacket

Completed in 350 milliseconds