Searched refs:SOL_NFC (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | socketlayers.h | 239 #if defined(SOL_NFC) || (defined(HAVE_DECL_SOL_NFC) && HAVE_DECL_SOL_NFC) 241 static_assert((SOL_NFC) == (280), "SOL_NFC != 280"); 244 # define SOL_NFC 280 318 XLAT(SOL_NFC),
|
D | socketlayers.in | 37 SOL_NFC 280
|
/external/strace/ |
D | net.c | 564 case SOL_NFC: in print_sockopt_fd_level_name()
|
D | ChangeLog | 3577 SOL_RDS, SOL_IUCV, SOL_CAIF, SOL_ALG, SOL_NFC, SOL_KCM, and SOL_TLS 40489 * xlat/socketlayers.in: Remove SOL_ICMP, add SOL_ALG and SOL_NFC.
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 327 pub const SOL_NFC: ::c_int = 280; constant
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4909 #ifdef SOL_NFC 4910 { "SOL_NFC", (unsigned long) SOL_NFC },
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 588 pub const SOL_NFC: ::c_int = 280; constant
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 271 pub const SOL_NFC: u32 = 280; constant
|