Searched refs:SO_NOFCS (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | sock_options.h | 998 #if defined(SO_NOFCS) || (defined(HAVE_DECL_SO_NOFCS) && HAVE_DECL_SO_NOFCS) 1000 static_assert((SO_NOFCS) == (39), "SO_NOFCS != 39"); 1003 # define SO_NOFCS 39 1006 #if defined(SO_NOFCS) || (defined(HAVE_DECL_SO_NOFCS) && HAVE_DECL_SO_NOFCS) 1008 static_assert((SO_NOFCS) == (16420), "SO_NOFCS != 16420"); 1011 # define SO_NOFCS 16420 1014 #if defined(SO_NOFCS) || (defined(HAVE_DECL_SO_NOFCS) && HAVE_DECL_SO_NOFCS) 1016 static_assert((SO_NOFCS) == (43), "SO_NOFCS != 43"); 1019 # define SO_NOFCS 43 1754 XLAT(SO_NOFCS), [all …]
|
D | sock_options.in | 322 SO_NOFCS 39 324 SO_NOFCS 16420 326 SO_NOFCS 43
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 68 #define SO_NOFCS 43 macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 45 pub const SO_NOFCS: ::c_int = 0x0027; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 53 pub const SO_NOFCS: ::c_int = 43; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 57 pub const SO_NOFCS: ::c_int = 43; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 57 pub const SO_NOFCS: ::c_int = 43; constant
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4963 #ifdef SO_NOFCS 4964 { "SO_NOFCS", (unsigned long) SO_NOFCS },
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 332 pub const SO_NOFCS: u32 = 43; constant
|
/external/strace/ |
D | ChangeLog | 40631 * xlat/sockoptions.in: Add SO_DOMAIN, SO_MARK, SO_NOFCS, SO_PASSSEC,
|