Home
last modified time | relevance | path

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

/dragonfly/sys/netbt/
H A Dhci_socket.c83 #define HCI_PRIVILEGED (1<<0) /* no security filter for root */ macro
510 if ((pcb->hp_flags & HCI_PRIVILEGED) == 0 in hci_send()
645 pcb->hp_flags |= HCI_PRIVILEGED; in hci_sattach()
961 if ((pcb->hp_flags & HCI_PRIVILEGED) == 0 in hci_mtap()
971 if ((pcb->hp_flags & HCI_PRIVILEGED) == 0 in hci_mtap()
979 if ((pcb->hp_flags & HCI_PRIVILEGED) == 0) in hci_mtap()