Searched refs:NFC_SOCKPROTO_RAW (Results 1 – 4 of 4) sorted by relevance
285 #define NFC_SOCKPROTO_RAW 0 macro
27 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
403 .id = NFC_SOCKPROTO_RAW,
701 sock = socket(AF_NFC, SOCK_SEQPACKET, NFC_SOCKPROTO_RAW); in connect_socket()