Home
last modified time | relevance | path

Searched refs:NFC_SOCKPROTO_LLCP (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dnfc_protocols.h13 #if defined(NFC_SOCKPROTO_LLCP) || (defined(HAVE_DECL_NFC_SOCKPROTO_LLCP) && HAVE_DECL_NFC_SOCKPROT…
15 static_assert((NFC_SOCKPROTO_LLCP) == (1), "NFC_SOCKPROTO_LLCP != 1");
18 # define NFC_SOCKPROTO_LLCP 1
32 [NFC_SOCKPROTO_LLCP] = XLAT(NFC_SOCKPROTO_LLCP),
Dnfc_protocols.in3 NFC_SOCKPROTO_LLCP 1
/external/syzkaller/sys/linux/
Dsocket_nfc_amd64.const16 NFC_SOCKPROTO_LLCP = 1
Dsocket_nfc_arm64.const16 NFC_SOCKPROTO_LLCP = 1
Dsocket_nfc_arm.const16 NFC_SOCKPROTO_LLCP = 1
Dsocket_nfc_ppc64le.const16 NFC_SOCKPROTO_LLCP = 1
Dsocket_nfc_386.const16 NFC_SOCKPROTO_LLCP = 1
Dsocket_nfc.txt12 …_llcp(domain const[AF_NFC], type flags[nfc_llcp_type], proto const[NFC_SOCKPROTO_LLCP]) sock_nfc_l…
/external/kernel-headers/original/uapi/linux/
Dnfc.h286 #define NFC_SOCKPROTO_LLCP 1 macro