Symbol: bt_ntoa
lib/libbluetooth/bluetooth.h
64
#define ba2str(ba, str) bt_ntoa((ba), (str))
lib/libbluetooth/bluetooth.h
87
char const * bt_ntoa (bdaddr_t const *ba, char *str);
usr.bin/bluetooth/bthost/bthost.c
101
reverse? bt_ntoa(&ba, bastr) : arg,
usr.bin/bluetooth/bthost/bthost.c
104
bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
usr.bin/bluetooth/bthost/bthost.c
92
herror(reverse? bt_ntoa(&ba, bastr) : arg);
usr.bin/bluetooth/bthost/bthost.c
98
bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
usr.bin/bluetooth/btsockstat/btsockstat.c
573
bt_ntoa(ba, str);
usr.sbin/bluetooth/bthidcontrol/hid.c
110
"%s %s\n", bt_ntoa(&hd->bdaddr, NULL),
usr.sbin/bluetooth/bthidcontrol/sdp.c
482
"device %s. %s (%d)\n", bt_ntoa(bdaddr, NULL),
usr.sbin/bluetooth/bthidd/btuinput.c
308
bt_ntoa(local, phys);
usr.sbin/bluetooth/bthidd/btuinput.c
309
bt_ntoa(&p->bdaddr, uniq);
usr.sbin/bluetooth/bthidd/client.c
140
bt_ntoa(&s->bdaddr, NULL), strerror(errno), errno);
usr.sbin/bluetooth/bthidd/client.c
149
bt_ntoa(&s->bdaddr, NULL), strerror(error), error);
usr.sbin/bluetooth/bthidd/client.c
165
"to %s. %s (%d)", bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/client.c
87
bt_ntoa(&d->bdaddr, NULL), d->new_device, d->reconnect_initiate);
usr.sbin/bluetooth/bthidd/client.c
91
bt_ntoa(&d->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/client.c
99
bt_ntoa(&s->bdaddr, NULL), strerror(errno), errno);
usr.sbin/bluetooth/bthidd/hid.c
115
data[0], bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
126
bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/hid.c
132
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
137
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
142
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
149
bt_ntoa(&s->bdaddr, NULL), data[0]);
usr.sbin/bluetooth/bthidd/hid.c
156
"channel from %s", data[0], bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
183
"channel from %s", len, bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
190
data[0], bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
396
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
409
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
414
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
420
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
530
bt_ntoa(&s->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/hid.c
554
bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/hid.c
565
"%s. %s (%d)", bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/hid.c
572
"%s. %s (%d)", bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/kbd.c
573
bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/parser.y
368
bt_ntoa(&d->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/parser.y
399
bt_ntoa(&d->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/parser.y
552
fprintf(f, "%s\n", bt_ntoa(&d->bdaddr, NULL));
usr.sbin/bluetooth/bthidd/server.c
248
bt_ntoa(&l2addr.l2cap_bdaddr, NULL));
usr.sbin/bluetooth/bthidd/server.c
261
"for %s", bt_ntoa(&l2addr.l2cap_bdaddr, NULL));
usr.sbin/bluetooth/bthidd/server.c
284
bt_ntoa(&l2addr.l2cap_bdaddr, NULL));
usr.sbin/bluetooth/bthidd/server.c
337
bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/server.c
346
bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/session.c
112
"for %s. %s (%d)", bt_ntoa(&s->bdaddr, NULL),
usr.sbin/bluetooth/bthidd/session.c
133
"for %s. %s (%d)", bt_ntoa(&s->bdaddr,
usr.sbin/bluetooth/bthidd/session.c
142
"for %s. %s (%d)", bt_ntoa(&s->bdaddr,
usr.sbin/bluetooth/btpand/client.c
191
service_name, bt_ntoa(&remote_bdaddr, NULL));
usr.sbin/bluetooth/btpand/client.c
86
service_class, bt_ntoa(&remote_bdaddr, NULL));
usr.sbin/bluetooth/btpand/server.c
239
log_info("Accepted connection from %s", bt_ntoa(&ra.l2cap_bdaddr, NULL));
usr.sbin/bluetooth/hccontrol/info.c
209
fprintf(stdout, "BD_ADDR: %s\n", bt_ntoa(&rp.bdaddr, NULL));
usr.sbin/bluetooth/hccontrol/node.c
146
fprintf(stdout, "BD_ADDR: %s\n", bt_ntoa(&r.bdaddr, NULL));
usr.sbin/bluetooth/hccontrol/util.c
3278
bt_ntoa(ba, buffer);
usr.sbin/bluetooth/hcsecd/hcsecd.c
219
bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
224
bt_ntoa(&key->bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/hcsecd.c
232
bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
246
bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
251
bt_ntoa(&key->bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/hcsecd.c
259
bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
291
addr->hci_node, bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
304
addr->hci_node, bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
315
addr->hci_node, bt_ntoa(bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/hcsecd.c
349
addr->hci_node, bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
362
addr->hci_node, bt_ntoa(bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
373
addr->hci_node, bt_ntoa(bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/hcsecd.c
390
bt_ntoa(&ep->bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
394
bt_ntoa(&ep->bdaddr, NULL));
usr.sbin/bluetooth/hcsecd/hcsecd.c
400
bt_ntoa(&key->bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/parser.y
283
bt_ntoa(&key->bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/parser.y
343
bt_ntoa(&key->bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/parser.y
373
bt_ntoa(&key->bdaddr, NULL),
usr.sbin/bluetooth/hcsecd/parser.y
91
bt_ntoa(&key->bdaddr, NULL));
usr.sbin/bluetooth/l2control/l2cap.c
66
bt_ntoa(ba, str);
usr.sbin/bluetooth/l2control/l2control.c
145
"Could not bind socket, bdaddr=%s", bt_ntoa(&sa.l2cap_bdaddr, NULL));
usr.sbin/bluetooth/l2ping/l2ping.c
154
asprintf(&rname, "%s", bt_ntoa(&dst, NULL));
usr.sbin/bluetooth/l2ping/l2ping.c
172
"Could not bind socket, src bdaddr=%s", bt_ntoa(&sa.l2cap_bdaddr, NULL));
usr.sbin/bluetooth/l2ping/l2ping.c
181
"Could not connect socket, dst bdaddr=%s", bt_ntoa(&sa.l2cap_bdaddr, NULL));