Searched refs:IPPROTO_UDP (Results 1 – 3 of 3) sorted by relevance
316 public static final int IPPROTO_UDP = placeholder(); field in OsConstants
314 initConstant(env, c, "IPPROTO_UDP", IPPROTO_UDP); in OsConstants_initConstants()
454 FileDescriptor mUdpSock = Libcore.os.socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in test_Ipv4Fallback()