Searched refs:ng_hci_node_con_ep (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h156 ng_hci_node_con_ep *connections;
H A Dng_hci.h655 } ng_hci_node_con_ep; typedef in typeref:struct:__anon15013
658 ((0xffff - sizeof(ng_hci_node_con_list_ep))/sizeof(ng_hci_node_con_ep))
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c282 r.connections = calloc(NG_HCI_MAX_CON_NUM, sizeof(ng_hci_node_con_ep));
/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c520 ng_hci_node_con_ep *e2 = NULL;
538 e2 = (ng_hci_node_con_ep *)(e1 + 1);
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1223 ng_hci_node_con_ep *p2 = NULL;
1268 p2 = (ng_hci_node_con_ep *)(p1 + 1);

Completed in 66 milliseconds