Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c223 r.num_entries = NG_HCI_MAX_NEIGHBOR_NUM; in hci_read_neighbor_cache()
224 r.entries = calloc(NG_HCI_MAX_NEIGHBOR_NUM, in hci_read_neighbor_cache()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c480 if (s > NG_HCI_MAX_NEIGHBOR_NUM) in ng_hci_default_rcvmsg()
481 s = NG_HCI_MAX_NEIGHBOR_NUM; in ng_hci_default_rcvmsg()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1160 p->num_entries > NG_HCI_MAX_NEIGHBOR_NUM || in ng_btsocket_hci_raw_control()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h637 #define NG_HCI_MAX_NEIGHBOR_NUM \
635 #define NG_HCI_MAX_NEIGHBOR_NUM global() macro