Searched refs:IP_TTL (Results 1 – 2 of 2) sorted by relevance
31 import static android.system.OsConstants.IP_TTL;294 tcpDetails.ttl = Os.getsockoptInt(fd, IPPROTO_IP, IP_TTL); in switchToRepairMode()
132 private static final byte IP_TTL = (byte) 0x40; field in DhcpPacket535 buf.put(IP_TTL); // TTL: use default 64 from RFC1340 in fillInPacket()