Symbol: bt_gethostbyname
lib/libbluetooth/bluetooth.h
75
struct hostent * bt_gethostbyname (char const *name);
lib/virtual_oss/bt/bt.c
385
if ((he = bt_gethostbyname(devname)) == NULL) {
usr.bin/bluetooth/bthost/bthost.c
88
he = bt_gethostbyname(arg);
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
99
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
75
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/bthidd/bthidd.c
85
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/btpand/btpand.c
105
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/btpand/btpand.c
87
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
207
if ((he = bt_gethostbyname(argv[0])) == NULL)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
313
if ((he = bt_gethostbyname(argv[0])) == NULL)
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
364
if ((he = bt_gethostbyname(argv[0])) == NULL)
usr.sbin/bluetooth/hccontrol/le.c
1017
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/hccontrol/le.c
498
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/hccontrol/le.c
869
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/hccontrol/le.c
928
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/hccontrol/link_control.c
238
if ((he = bt_gethostbyname(argv[0])) == NULL)
usr.sbin/bluetooth/hccontrol/link_control.c
557
if ((he = bt_gethostbyname(argv[0])) == NULL)
usr.sbin/bluetooth/hccontrol/link_policy.c
100
if ((he = bt_gethostbyname(argv[0])) == NULL)
usr.sbin/bluetooth/l2control/l2control.c
70
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/l2ping/l2ping.c
127
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/l2ping/l2ping.c
98
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
87
if ((he = bt_gethostbyname(optarg)) == NULL)
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
71
if ((he = bt_gethostbyname(optarg)) == NULL)