Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dnfc.h288 #define NFC_SOCKPROTO_RAW 0 macro
/linux-6.15/Documentation/networking/
H A Dnfc.rst27 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
116 NFC_SOCKPROTO_RAW socket and call the 'connect' syscall with the sockaddr_nfc
/linux-6.15/net/nfc/
H A Drawsock.c403 .id = NFC_SOCKPROTO_RAW,
/linux-6.15/tools/testing/selftests/nci/
H A Dnci_dev.c701 sock = socket(AF_NFC, SOCK_SEQPACKET, NFC_SOCKPROTO_RAW); in connect_socket()