Searched refs:IP_TTL (Results 1 – 5 of 5) sorted by relevance
98 private static final byte IP_TTL = (byte) 0x40; field in DhcpPacket389 buf.put(IP_TTL); // TTL: use default 64 from RFC1340 in fillInPacket()
521 rc = setsockopt(mSocket, IPPROTO_IP, IP_TTL, &one, sizeof(one)); in setupSocket_l()
27861 field public static final int IP_TTL;
41143 Landroid/system/OsConstants;->IP_TTL:I
40371 field public static final int IP_TTL;