/external/strace/xlat/ |
D | sock_options.h | 889 #if defined(SO_PROTOCOL) || (defined(HAVE_DECL_SO_PROTOCOL) && HAVE_DECL_SO_PROTOCOL) 891 static_assert((SO_PROTOCOL) == (4136), "SO_PROTOCOL != 4136"); 894 # define SO_PROTOCOL 4136 897 #if defined(SO_PROTOCOL) || (defined(HAVE_DECL_SO_PROTOCOL) && HAVE_DECL_SO_PROTOCOL) 899 static_assert((SO_PROTOCOL) == (38), "SO_PROTOCOL != 38"); 902 # define SO_PROTOCOL 38 1718 XLAT(SO_PROTOCOL), 1720 XLAT(SO_PROTOCOL),
|
D | sock_options.in | 286 SO_PROTOCOL 4136 288 SO_PROTOCOL 38
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 58 #define SO_PROTOCOL 38 macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 29 pub const SO_PROTOCOL: ::c_int = 0x1028; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 28 pub const SO_PROTOCOL: ::c_int = 0x1028; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 51 pub const SO_PROTOCOL: ::c_int = 38; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 51 pub const SO_PROTOCOL: ::c_int = 38; constant
|
/external/libnl/lib/ |
D | socket.c | 659 #if SO_PROTOCOL in nl_socket_set_fd() 661 err = getsockopt(fd, SOL_SOCKET, SO_PROTOCOL, &so_protocol, &addrlen); in nl_socket_set_fd()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 446 pub const SO_PROTOCOL: ::c_int = 0x1016; constant 447 pub const SO_PROTOTYPE: ::c_int = SO_PROTOCOL;
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 706 pub const SO_PROTOCOL: ::c_int = 0x1016; constant 707 pub const SO_PROTOTYPE: ::c_int = SO_PROTOCOL;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4993 #ifdef SO_PROTOCOL 4994 { "SO_PROTOCOL", (unsigned long) SO_PROTOCOL },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 667 pub const SO_PROTOCOL: ::c_int = 38; constant
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 5256 #ifdef SO_PROTOCOL 5260 if (getsockopt(fd, SOL_SOCKET, SO_PROTOCOL, 7612 #ifdef SO_PROTOCOL 7613 PyModule_AddIntMacro(m, SO_PROTOCOL);
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 326 pub const SO_PROTOCOL: u32 = 38; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1086 pub const SO_PROTOCOL: ::c_int = 38; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3037 pub const SO_PROTOCOL: ::c_int = 38; constant
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 364 ``SO_DOMAIN``, ``SO_PROTOCOL``, ``SO_PEERSEC``, ``SO_PASSSEC``,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1411 ``SO_PROTOCOL``, ``SO_PEERSEC``, and ``SO_PASSSEC`` are now supported.
|
/external/strace/ |
D | ChangeLog | 40632 SO_PROTOCOL, SO_RCVBUFFORCE, SO_SNDBUFFORCE, SO_TIMESTAMPING,
|