Home
last modified time | relevance | path

Searched refs:IPPROTO_UDP (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java298 public static final int IPPROTO_UDP = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/io/
DOsTest.java437 FileDescriptor mUdpSock = Libcore.os.socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in test_Ipv4Fallback()
/libcore/ojluni/src/main/native/
Dnet_util_md.c1322 level = IPPROTO_UDP; in NET_Bind()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp304 initConstant(env, c, "IPPROTO_UDP", IPPROTO_UDP); in OsConstants_initConstants()