Searched refs:bt_gethostbyaddr (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libbluetooth/ |
H A D | Makefile | 19 MLINKS+= bluetooth.3 bt_gethostbyaddr.3
|
H A D | bluetooth.h | 76 struct hostent * bt_gethostbyaddr (char const *addr, int len, int type);
|
H A D | bluetooth.c | 82 bt_gethostbyaddr(char const *addr, int len, int type) in bt_gethostbyaddr() function
|
/freebsd/usr.bin/bluetooth/bthost/ |
H A D | bthost.c | 84 he = bt_gethostbyaddr((char const *) &ba, sizeof(ba), in hostmode()
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | hid.c | 105 he = bt_gethostbyaddr((char *) &hd->bdaddr, in hid_known()
|
/freebsd/usr.sbin/bluetooth/l2ping/ |
H A D | l2ping.c | 152 he = bt_gethostbyaddr((const char *)&dst, sizeof(dst), AF_BLUETOOTH); in main()
|
/freebsd/usr.sbin/bluetooth/l2control/ |
H A D | l2cap.c | 60 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in bdaddrpr()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | util.c | 3272 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in hci_bdaddr2str()
|
/freebsd/usr.bin/bluetooth/btsockstat/ |
H A D | btsockstat.c | 567 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) { in bdaddrpr()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 284 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
|