Home
last modified time | relevance | path

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

/freebsd/lib/libbluetooth/
H A DMakefile19 MLINKS+= bluetooth.3 bt_gethostbyaddr.3
H A Dbluetooth.h76 struct hostent * bt_gethostbyaddr (char const *addr, int len, int type);
H A Dbluetooth.c82 bt_gethostbyaddr(char const *addr, int len, int type) in bt_gethostbyaddr() function
/freebsd/usr.bin/bluetooth/bthost/
H A Dbthost.c84 he = bt_gethostbyaddr((char const *) &ba, sizeof(ba), in hostmode()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c105 he = bt_gethostbyaddr((char *) &hd->bdaddr, in hid_known()
/freebsd/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c152 he = bt_gethostbyaddr((const char *)&dst, sizeof(dst), AF_BLUETOOTH); in main()
/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2cap.c60 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in bdaddrpr()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c3272 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in hci_bdaddr2str()
/freebsd/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c567 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in bdaddrpr()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc284 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz