HomeSort by: relevance | last modified time | path
    Searched refs:bt_gethostbyaddr (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libbluetooth/
Makefile 22 MLINKS+= bluetooth.3 bt_gethostbyaddr.3
bluetooth.h 53 struct hostent * bt_gethostbyaddr (char const *, socklen_t, int);
bluetooth.c 84 bt_gethostbyaddr(char const *addr, socklen_t len, int type) function in typeref:struct:hostent *
  /src/usr.bin/btkey/
btkey.c 297 else if ((he = bt_gethostbyaddr((const char *)addr,
  /src/usr.sbin/btconfig/
btconfig.c 1091 hp = bt_gethostbyaddr((const char *)&r->bdaddr, sizeof(bdaddr_t), AF_BLUETOOTH);

Completed in 33 milliseconds