Searched refs:IP_TTL (Results 1 – 2 of 2) sorted by relevance
481 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_TTL, (Integer) value); in setSocketOptionErrno()
420 public static final int IP_TTL = placeholder(); field in OsConstants