Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h73 bitstr_t bit_decl(packet_mask, 32);
175 ng_hci_node_packet_mask_ep packet_mask; member
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c693 if (d && !bit_test(pcb->filter.packet_mask, NG_HCI_CMD_PKT - 1)) in ng_btsocket_hci_raw_filter()
700 !bit_test(pcb->filter.packet_mask, type - 1) || in ng_btsocket_hci_raw_filter()
1313 &p->packet_mask, sizeof(p->packet_mask)); in ng_btsocket_hci_raw_control()
1323 &p->packet_mask, in ng_btsocket_hci_raw_control()
1324 sizeof(p->packet_mask)); in ng_btsocket_hci_raw_control()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c135 unit->packet_mask = 0xffff; /* Enable all packet types */ in ng_hci_constructor()
591 NG_MKRESPONSE(rsp, msg, sizeof(unit->packet_mask), in ng_hci_default_rcvmsg()
599 unit->packet_mask; in ng_hci_default_rcvmsg()
610 unit->packet_mask = in ng_hci_default_rcvmsg()
H A Dng_hci_var.h139 ng_hci_node_packet_mask_ep packet_mask; /* packet mask */ member
H A Dng_hci_ulpi.c263 req->cp.pkt_type &= unit->packet_mask; in ng_hci_lp_acl_con_req()
456 req->cp.pkt_type &= unit->packet_mask; in ng_hci_lp_sco_con_req()