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

  /src/usr.bin/btkey/
btkey.c 68 he = bt_gethostbyname(optarg);
88 he = bt_gethostbyname(optarg);
  /src/usr.bin/sdpquery/
sdpquery.c 91 if ((he = bt_gethostbyname(optarg)) == NULL)
  /src/lib/libbluetooth/
Makefile 21 MLINKS+= bluetooth.3 bt_gethostbyname.3
bluetooth.h 52 struct hostent * bt_gethostbyname (char const *);
bluetooth.c 64 bt_gethostbyname(char const *name) function in typeref:struct:hostent *
  /src/usr.bin/btpin/
btpin.c 74 if ((he = bt_gethostbyname(optarg)) == NULL)
  /src/usr.sbin/btdevctl/
btdevctl.c 90 if ((he = bt_gethostbyname(optarg)) == NULL)
  /src/usr.sbin/btpand/
btpand.c 98 if ((he = bt_gethostbyname(optarg)) == NULL)
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 146 if ((he = bt_gethostbyname(optarg)) == NULL)
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 309 if ((he = bt_gethostbyname(optarg)) == NULL)

Completed in 15 milliseconds