/third_party/ffmpeg/libavformat/ |
H A D | network.h | 206 #ifndef NI_DGRAM 207 #define NI_DGRAM 16 macro
|
/third_party/musl/src/network/ |
H A D | getservbyport_r.c | 45 strcmp(prots, "udp") ? 0 : NI_DGRAM)) { in getservbyport_r()
|
H A D | getnameinfo.c | 218 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getservbyport_r.c | 45 strcmp(prots, "udp") ? 0 : NI_DGRAM)) { in getservbyport_r()
|
H A D | getnameinfo.c | 191 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
|
/third_party/python/Modules/ |
H A D | addrinfo.h | 121 #define NI_DGRAM 0x00000010 macro
|
H A D | getnameinfo.c | 147 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
|
H A D | socketmodule.c | 8495 #ifdef NI_DGRAM 8496 PyModule_AddIntMacro(m, NI_DGRAM);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 40 #define NI_DGRAM 0x10 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 40 #define NI_DGRAM 0x10 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 40 #define NI_DGRAM 0x10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 40 #define NI_DGRAM 0x10 macro
|
/third_party/musl/include/ |
H A D | netdb.h | 57 #define NI_DGRAM 0x10 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | netdb.c | 61 C(NI_DGRAM) in f()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getnameinfo.c | 215 reverse_services(buf, port, flags & NI_DGRAM); in getnameinfo()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 571 pub const NI_DGRAM: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 488 pub const NI_DGRAM: ::c_int = 0x0010; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1008 pub const NI_DGRAM: ::c_int = 16; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1337 pub const NI_DGRAM: ::c_int = 16; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1976 pub const NI_DGRAM: ::c_int = 0x00000010; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1394 pub const NI_DGRAM: ::c_int = 0x00000010; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1472 pub const NI_DGRAM: ::c_int = 0x00000010; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1605 pub const NI_DGRAM: ::c_uint = 0x0010; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2491 pub const NI_DGRAM: ::c_int = 16; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1890 pub const NI_DGRAM: ::c_int = 16; consts
|