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

/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java526 protected static void addTlv(ByteBuffer buf, byte type, byte value) { method in class:DhcpPacket
535 protected static void addTlv(ByteBuffer buf, byte type, byte[] payload) { method in class:DhcpPacket
550 protected static void addTlv(ByteBuffer buf, byte type, Inet4Address addr) { method in class:DhcpPacket
552 addTlv(buf, type, addr.getAddress());
559 protected static void addTlv(ByteBuffer buf, byte type, List<Inet4Address> addrs) { method in class:DhcpPacket
579 protected static void addTlv(ByteBuffer buf, byte type, Short value) { method in class:DhcpPacket
590 protected static void addTlv(ByteBuffer buf, byte type, Integer value) { method in class:DhcpPacket
601 protected static void addTlv(ByteBuffer buf, byte type, String str) { method in class:DhcpPacket
603 addTlv(buf, type, str.getBytes("US-ASCII"));
633 addTlv(bu
[all...]

Completed in 48 milliseconds