Home
last modified time | relevance | path

Searched refs:HCI_CMSG_DIR (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/bluetooth/
Dhci_sock.c315 if (mask & HCI_CMSG_DIR) in hci_sock_cmsg()
316 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(int), &bluez_cb(skb)->incomming); in hci_sock_cmsg()
454 hci_pi(sk)->cmsg_mask |= HCI_CMSG_DIR; in hci_sock_setsockopt()
456 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_DIR; in hci_sock_setsockopt()
508 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_DIR) in hci_sock_getsockopt()
/linux-2.4.37.9/include/net/bluetooth/
Dhci.h679 #define HCI_CMSG_DIR 0x0001 macro