Searched refs:SOCK_DGRAM (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/io/
H A DOsTest.java283 FileDescriptor nlSocket = Libcore.os.socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE);
299 FileDescriptor fd = Libcore.os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6);
326 FileDescriptor recvFd = Libcore.os.socket(family, SOCK_DGRAM, 0);
332 FileDescriptor sendFd = Libcore.os.socket(family, SOCK_DGRAM, 0);
413 FileDescriptor fd = Libcore.os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6);
418 fd = Libcore.os.socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP);
/libcore/luni/src/main/java/java/net/
H A DNetworkInterface.java193 fd = Libcore.os.socket(AF_INET, SOCK_DGRAM, 0);
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java433 public static final int SOCK_DGRAM = placeholder(); field in class:OsConstants
/libcore/luni/src/main/java/libcore/io/
H A DIoBridge.java604 fd = Libcore.os.socket(AF_INET6, stream ? SOCK_STREAM : SOCK_DGRAM, 0);
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp488 initConstant(env, c, "SOCK_DGRAM", SOCK_DGRAM);

Completed in 187 milliseconds