Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c481 if (s > NG_HCI_MAX_NEIGHBOR_NUM) in ng_hci_default_rcvmsg()
482 s = NG_HCI_MAX_NEIGHBOR_NUM; in ng_hci_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1163 p->num_entries > NG_HCI_MAX_NEIGHBOR_NUM || in ng_btsocket_hci_raw_control()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h636 #define NG_HCI_MAX_NEIGHBOR_NUM \ macro