Symbol: ng_btsocket_hci_raw_sec_filter
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
124
static struct ng_btsocket_hci_raw_sec_filter *ng_btsocket_hci_raw_sec_filter;
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
688
ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF(opcode) - 1],
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
712
if (!bit_test(ng_btsocket_hci_raw_sec_filter->events, event))
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
793
ng_btsocket_hci_raw_sec_filter =
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
794
malloc(sizeof(struct ng_btsocket_hci_raw_sec_filter),
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
796
if (ng_btsocket_hci_raw_sec_filter == NULL) {
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
810
memset(&ng_btsocket_hci_raw_sec_filter->events, 0xff,
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
811
sizeof(ng_btsocket_hci_raw_sec_filter->events));
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
814
f = ng_btsocket_hci_raw_sec_filter->events;
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
820
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_CONTROL-1];
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
831
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_POLICY-1];
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
836
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_HC_BASEBAND-1];
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
861
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_INFO - 1];
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
869
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_STATUS - 1];
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
875
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_TESTING - 1];
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
878
f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LE -1];