Home
last modified time | relevance | path

Searched refs:NI_DGRAM (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Dnetwork.h206 #ifndef NI_DGRAM
207 #define NI_DGRAM 16 macro
/third_party/musl/src/network/
Dgetservbyport_r.c45 strcmp(prots, "udp") ? 0 : NI_DGRAM)) { in getservbyport_r()
Dgetnameinfo.c191 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
/third_party/musl/porting/liteos_a/user/src/network/
Dgetservbyport_r.c45 strcmp(prots, "udp") ? 0 : NI_DGRAM)) { in getservbyport_r()
Dgetnameinfo.c191 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
/third_party/python/Modules/
Daddrinfo.h121 #define NI_DGRAM 0x00000010 macro
Dgetnameinfo.c144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/third_party/musl/ndk_musl_include/
Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/include/
Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/libc-test/src/api/
Dnetdb.c61 C(NI_DGRAM) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt109 NI_DGRAM
Dopenbsd.txt576 NI_DGRAM
Dfuchsia.txt511 NI_DGRAM
Dnetbsd.txt708 NI_DGRAM
Dfreebsd.txt780 NI_DGRAM
Dapple.txt946 NI_DGRAM
Dlinux.txt1570 NI_DGRAM
/third_party/musl/porting/linux/user/src/network/
Dgetnameinfo.c212 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs571 pub const NI_DGRAM: ::c_int = 0; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs488 pub const NI_DGRAM: ::c_int = 0x0010; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1008 pub const NI_DGRAM: ::c_int = 16; constant

12