Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnfc.h285 #define NFC_SOCKPROTO_RAW 0 macro
/openbmc/linux/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
/openbmc/linux/net/nfc/
H A Drawsock.c403 .id = NFC_SOCKPROTO_RAW,
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c701 sock = socket(AF_NFC, SOCK_SEQPACKET, NFC_SOCKPROTO_RAW); in connect_socket()