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

/bionic/libc/kernel/uapi/linux/
H A Din.h45 IPPROTO_UDP = 17, enumerator in enum:__anon508
46 #define IPPROTO_UDP IPPROTO_UDP macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Din.h45 IPPROTO_UDP = 17, enumerator in enum:__anon1581
46 #define IPPROTO_UDP IPPROTO_UDP macro
/bionic/libc/dns/net/
H A Dgetaddrinfo.c176 { PF_INET6, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 },
180 { PF_INET, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 },
183 { PF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 },
1800 sock = socket(addr->sa_family, SOCK_DGRAM | SOCK_CLOEXEC, IPPROTO_UDP);
/bionic/tests/
H A Dnetdb_test.cpp61 ASSERT_EQ(IPPROTO_UDP, p->ai_protocol);

Completed in 69 milliseconds