Searched refs:SOCK_DGRAM (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/io/ |
D | OsTest.java | 283 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/ |
D | NetworkInterface.java | 193 fd = Libcore.os.socket(AF_INET, SOCK_DGRAM, 0); in collectIpv4Address()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 604 fd = Libcore.os.socket(AF_INET6, stream ? SOCK_STREAM : SOCK_DGRAM, 0); in socket()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 433 public static final int SOCK_DGRAM = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 488 initConstant(env, c, "SOCK_DGRAM", SOCK_DGRAM); in OsConstants_initConstants()
|