Home
last modified time | relevance | path

Searched refs:bt_gethostbyaddr (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/lib/libbluetooth/
HDMakefile19 MLINKS+= bluetooth.3 bt_gethostbyaddr.3
HDbluetooth.h76 struct hostent * bt_gethostbyaddr (char const *addr, int len, int type);
HDbluetooth.c82 bt_gethostbyaddr(char const *addr, int len, int type) in bt_gethostbyaddr() function
/freebsd-head/usr.bin/bluetooth/bthost/
HDbthost.c84 he = bt_gethostbyaddr((char const *) &ba, sizeof(ba), in hostmode()
/freebsd-head/usr.sbin/bluetooth/bthidcontrol/
HDhid.c105 he = bt_gethostbyaddr((char *) &hd->bdaddr, in hid_known()
/freebsd-head/usr.sbin/bluetooth/l2control/
HDl2cap.c60 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in bdaddrpr()
/freebsd-head/usr.sbin/bluetooth/l2ping/
HDl2ping.c152 he = bt_gethostbyaddr((const char *)&dst, sizeof(dst), AF_BLUETOOTH); in main()
/freebsd-head/usr.sbin/bluetooth/hccontrol/
HDutil.c3272 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in hci_bdaddr2str()
/freebsd-head/usr.bin/bluetooth/btsockstat/
HDbtsockstat.c567 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in bdaddrpr()
/freebsd-head/tools/build/mk/
HDOptionalObsoleteFiles.inc284 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz