Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/include/
HDng_btsocket.h72 bitstr_t bit_decl(packet_mask, 32);
174 ng_hci_node_packet_mask_ep packet_mask; member
/dragonfly/sys/netgraph7/bluetooth/hci/
HDng_hci_main.c123 unit->packet_mask = 0xffff; /* Enable all packet types */ in ng_hci_constructor()
575 NG_MKRESPONSE(rsp, msg, sizeof(unit->packet_mask), in ng_hci_default_rcvmsg()
583 unit->packet_mask; in ng_hci_default_rcvmsg()
594 unit->packet_mask = in ng_hci_default_rcvmsg()
HDng_hci_var.h137 ng_hci_node_packet_mask_ep packet_mask; /* packet mask */ member
HDng_hci_ulpi.c249 req->cp.pkt_type &= unit->packet_mask; in ng_hci_lp_acl_con_req()
442 req->cp.pkt_type &= unit->packet_mask; in ng_hci_lp_sco_con_req()
/dragonfly/sys/netgraph7/bluetooth/socket/
HDng_btsocket_hci_raw.c687 if (d && !bit_test(pcb->filter.packet_mask, NG_HCI_CMD_PKT - 1)) in ng_btsocket_hci_raw_filter()
694 !bit_test(pcb->filter.packet_mask, type - 1) || in ng_btsocket_hci_raw_filter()
1335 &p->packet_mask, sizeof(p->packet_mask)); in ng_btsocket_hci_raw_control()
1345 &p->packet_mask, in ng_btsocket_hci_raw_control()
1346 sizeof(p->packet_mask)); in ng_btsocket_hci_raw_control()