Home
last modified time | relevance | path

Searched refs:NI_DGRAM (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Dnetwork.h206 #ifndef NI_DGRAM
207 #define NI_DGRAM 16 macro
/third_party/musl/src/network/
H A Dgetservbyport_r.c45 strcmp(prots, "udp") ? 0 : NI_DGRAM)) { in getservbyport_r()
H A Dgetnameinfo.c218 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetservbyport_r.c45 strcmp(prots, "udp") ? 0 : NI_DGRAM)) { in getservbyport_r()
H A Dgetnameinfo.c191 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
/third_party/python/Modules/
H A Daddrinfo.h121 #define NI_DGRAM 0x00000010 macro
H A Dgetnameinfo.c147 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
H A Dsocketmodule.c8495 #ifdef NI_DGRAM
8496 PyModule_AddIntMacro(m, NI_DGRAM);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h40 #define NI_DGRAM 0x10 macro
/third_party/musl/include/
H A Dnetdb.h57 #define NI_DGRAM 0x10 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c61 C(NI_DGRAM) in f()
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c215 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs571 pub const NI_DGRAM: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs488 pub const NI_DGRAM: ::c_int = 0x0010; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1008 pub const NI_DGRAM: ::c_int = 16; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1337 pub const NI_DGRAM: ::c_int = 16; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1976 pub const NI_DGRAM: ::c_int = 0x00000010; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1394 pub const NI_DGRAM: ::c_int = 0x00000010; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1472 pub const NI_DGRAM: ::c_int = 0x00000010; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1605 pub const NI_DGRAM: ::c_uint = 0x0010; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2491 pub const NI_DGRAM: ::c_int = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1890 pub const NI_DGRAM: ::c_int = 16; consts

Completed in 78 milliseconds

12