Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnfc_protocols.h6 #if defined(NFC_SOCKPROTO_RAW) || (defined(HAVE_DECL_NFC_SOCKPROTO_RAW) && HAVE_DECL_NFC_SOCKPROTO_…
8 static_assert((NFC_SOCKPROTO_RAW) == (0), "NFC_SOCKPROTO_RAW != 0");
11 # define NFC_SOCKPROTO_RAW 0
31 [NFC_SOCKPROTO_RAW] = XLAT(NFC_SOCKPROTO_RAW),
Dnfc_protocols.in2 NFC_SOCKPROTO_RAW 0
/external/syzkaller/sys/linux/
Dsocket_nfc_ppc64le.const17 NFC_SOCKPROTO_RAW = 0
Dsocket_nfc_arm.const17 NFC_SOCKPROTO_RAW = 0
Dsocket_nfc_arm64.const17 NFC_SOCKPROTO_RAW = 0
Dsocket_nfc_amd64.const17 NFC_SOCKPROTO_RAW = 0
Dsocket_nfc_386.const17 NFC_SOCKPROTO_RAW = 0
Dsocket_nfc.txt25 …nfc_raw(domain const[AF_NFC], type flags[nfc_raw_type], proto const[NFC_SOCKPROTO_RAW]) sock_nfc_r…
/external/kernel-headers/original/uapi/linux/
Dnfc.h285 #define NFC_SOCKPROTO_RAW 0 macro