Searched refs:SOL_UDP (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 925 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/ |
D | android_system_OsConstants.cpp | 536 #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/ |
D | OsConstants.java | 688 public static final int SOL_UDP = placeholder(); field in OsConstants
|
/libcore/api/ |
D | current.txt | 486 field public static final int SOL_UDP;
|