Searched refs:StructCmsghdr (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | StructCmsghdr.java | 28 public final class StructCmsghdr { class 38 public StructCmsghdr(int cmsg_level, int cmsg_type, short value) { in StructCmsghdr() method in StructCmsghdr 49 public StructCmsghdr(int cmsg_level, int cmsg_type, @NonNull byte[] value) { in StructCmsghdr() method in StructCmsghdr
|
D | StructMsghdr.java | 42 @Nullable public StructCmsghdr[] msg_control; 51 @Nullable StructCmsghdr[] msg_control, int msg_flags) { in StructMsghdr()
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 25 import android.system.StructCmsghdr; 839 private static short asShort(StructCmsghdr cmsg) { 845 private static int asInt(StructCmsghdr cmsg) { 853 final StructCmsghdr cmsg1 = new StructCmsghdr(1, 2, (short) 32005); 867 final StructCmsghdr cmsg2 = new StructCmsghdr(456789, 123456, buf.array()); 934 StructCmsghdr[] cmsg = new StructCmsghdr[1]; 935 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400); 959 StructCmsghdr[] cmsg = new StructCmsghdr[1]; 960 cmsg[0] = new StructCmsghdr(SOL_UDP, UDP_SEGMENT, (short) 1400); 985 StructCmsghdr[] cmsg = new StructCmsghdr[1]; [all …]
|
/libcore/ |
D | non_openjdk_java_files.bp | 154 "luni/src/main/java/android/system/StructCmsghdr.java",
|
/libcore/api/ |
D | current.txt | 673 public final class StructCmsghdr { 674 ctor public StructCmsghdr(int, int, short); 675 ctor public StructCmsghdr(int, int, @NonNull byte[]); 682 ….net.SocketAddress, @NonNull java.nio.ByteBuffer[], @Nullable android.system.StructCmsghdr[], int); 683 field @Nullable public android.system.StructCmsghdr[] msg_control;
|