Home
last modified time | relevance | path

Searched refs:NG_HCI_MAX_NEIGHBOR_NUM (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
HDnode.c221 r.num_entries = NG_HCI_MAX_NEIGHBOR_NUM; in hci_read_neighbor_cache()
222 r.entries = calloc(NG_HCI_MAX_NEIGHBOR_NUM, in hci_read_neighbor_cache()
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
HDng_hci_main.c464 if (s > NG_HCI_MAX_NEIGHBOR_NUM) in ng_hci_default_rcvmsg()
465 s = NG_HCI_MAX_NEIGHBOR_NUM; in ng_hci_default_rcvmsg()
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1155 p->num_entries > NG_HCI_MAX_NEIGHBOR_NUM || in ng_btsocket_hci_raw_control()
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_hci.h566 #define NG_HCI_MAX_NEIGHBOR_NUM \ macro