Symbol: ng_btsocket_hci_raw_sec_filter
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
122
static struct ng_btsocket_hci_raw_sec_filter *ng_btsocket_hci_raw_sec_filter;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
682
ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF(opcode) - 1],
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
706
if (!bit_test(ng_btsocket_hci_raw_sec_filter->events, event))
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
788
ng_btsocket_hci_raw_sec_filter = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
790
ng_btsocket_hci_raw_sec_filter = kmalloc(sizeof(struct ng_btsocket_hci_raw_sec_filter),
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
793
if (ng_btsocket_hci_raw_sec_filter == NULL) {
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
807
memset(&ng_btsocket_hci_raw_sec_filter->events, 0xff,
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
808
sizeof(ng_btsocket_hci_raw_sec_filter->events));
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
811
f = ng_btsocket_hci_raw_sec_filter->events;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
817
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_CONTROL-1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
828
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_POLICY-1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
833
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_HC_BASEBAND-1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
857
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_INFO - 1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
865
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_STATUS - 1];
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
871
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_TESTING - 1];