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