Home
last modified time | relevance | path

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

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