Home
last modified time | relevance | path

Searched refs:SOL_UDP (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java925 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400);
950 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400);
976 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400);
1002 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400);
1031 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400);
1054 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400);
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp536 #if defined(SOL_UDP) in OsConstants_initConstants()
537 initConstant(env, c, "SOL_UDP", SOL_UDP); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java688 public static final int SOL_UDP = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt486 field public static final int SOL_UDP;