lib/libbluetooth/bluetooth.c
275
bt_ntoa(bdaddr_t const *ba, char *str)
lib/libbluetooth/bluetooth.c
289
bt_aton(char const *str, bdaddr_t *ba)
lib/libbluetooth/bluetooth.c
47
static bdaddr_t host_addr;
lib/libbluetooth/bluetooth.c
86
if (type != AF_BLUETOOTH || len != sizeof(bdaddr_t)) {
lib/libbluetooth/bluetooth.h
108
bdaddr_t bdaddr;
lib/libbluetooth/bluetooth.h
158
bdaddr_t bdaddr;
lib/libbluetooth/bluetooth.h
184
char * bt_devremote_name(char const *devname, const bdaddr_t *remote,
lib/libbluetooth/bluetooth.h
191
bt_devremote_name_gen(char const *btooth_devname, const bdaddr_t *remote)
lib/libbluetooth/bluetooth.h
202
bdaddr_same(const bdaddr_t *a, const bdaddr_t *b)
lib/libbluetooth/bluetooth.h
210
bdaddr_any(const bdaddr_t *a)
lib/libbluetooth/bluetooth.h
217
bdaddr_copy(bdaddr_t *d, const bdaddr_t *s)
lib/libbluetooth/bluetooth.h
62
#define bacmp(ba1, ba2) memcmp((ba1), (ba2), sizeof(bdaddr_t))
lib/libbluetooth/bluetooth.h
63
#define bacpy(dst, src) memcpy((dst), (src), sizeof(bdaddr_t))
lib/libbluetooth/bluetooth.h
87
char const * bt_ntoa (bdaddr_t const *ba, char *str);
lib/libbluetooth/bluetooth.h
88
int bt_aton (char const *str, bdaddr_t *ba);
lib/libbluetooth/bluetooth.h
91
int bt_devaddr (char const *devname, bdaddr_t *addr);
lib/libbluetooth/bluetooth.h
92
int bt_devname (char *devname, bdaddr_t const *addr);
lib/libbluetooth/dev.c
41
bdaddr_t const *bdaddr;
lib/libbluetooth/dev.c
47
bt_devaddr(char const *devname, bdaddr_t *addr)
lib/libbluetooth/dev.c
63
bt_devname(char *devname, bdaddr_t const *addr)
lib/libbluetooth/hci.c
541
bt_devremote_name(char const *devname, const bdaddr_t *remote, time_t to,
lib/libbluetooth/hci.c
57
bdaddr_t ba;
lib/libsdp/sdp.h
530
void * sdp_open (bdaddr_t const *l, bdaddr_t const *r);
lib/libsdp/sdp.h
534
int32_t sdp_get_lcaddr (void *xs, bdaddr_t *l);
lib/libsdp/sdp.h
705
const bdaddr_t *bdaddr, uint8_t const *data,
lib/libsdp/service.c
48
sdp_register_service(void *xss, uint16_t uuid, const bdaddr_t *bdaddr,
lib/libsdp/session.c
184
sdp_get_lcaddr(void *xss, bdaddr_t *l)
lib/libsdp/session.c
43
sdp_open(bdaddr_t const *l, bdaddr_t const *r)
lib/virtual_oss/bt/bt.c
389
bdaddr_copy(&info.raddr, (bdaddr_t *)he->h_addr);
lib/virtual_oss/bt/bt.c
52
bdaddr_t laddr;
lib/virtual_oss/bt/bt.c
53
bdaddr_t raddr;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
383
bdaddr_t bdaddr;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
497
bcmp(&con->bdaddr, &ep->address, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
620
bdaddr_t bdaddr;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
700
bcmp(&con->bdaddr, &ep->bdaddr, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
861
bcmp(&con->bdaddr, &ep->bdaddr, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/hci/ng_hci_main.c
365
sizeof(bdaddr_t)) == 0) {
sys/netgraph/bluetooth/hci/ng_hci_main.c
421
NG_MKRESPONSE(rsp, msg, sizeof(bdaddr_t), M_NOWAIT);
sys/netgraph/bluetooth/hci/ng_hci_main.c
427
bcopy(&unit->bdaddr, rsp->data, sizeof(bdaddr_t));
sys/netgraph/bluetooth/hci/ng_hci_misc.c
356
bcmp(&con->bdaddr, bdaddr, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
345
bcmp(&acl_con->bdaddr, &ep->bdaddr, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
392
bcmp(&sco_con->bdaddr, &ep->bdaddr, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
970
bcmp(&con->bdaddr, &ep->bdaddr, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/hci/ng_hci_var.h
133
bdaddr_t bdaddr; /* unit address */
sys/netgraph/bluetooth/hci/ng_hci_var.h
181
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/hci/ng_hci_var.h
206
bdaddr_t bdaddr; /* address */
sys/netgraph/bluetooth/include/ng_btsocket.h
113
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_btsocket.h
211
bdaddr_t sco_bdaddr; /* address */
sys/netgraph/bluetooth/include/ng_btsocket.h
229
bdaddr_t l2cap_bdaddr; /* address */
sys/netgraph/bluetooth/include/ng_btsocket.h
236
bdaddr_t l2cap_bdaddr; /* address */
sys/netgraph/bluetooth/include/ng_btsocket.h
336
bdaddr_t rfcomm_bdaddr; /* address */
sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
132
bdaddr_t src; /* Source address */
sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
133
bdaddr_t dst; /* Destination address */
sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
46
bdaddr_t src; /* source BD_ADDR */
sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
72
bdaddr_t src; /* source address */
sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
73
bdaddr_t dst; /* dest address */
sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
286
bdaddr_t src; /* source address */
sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
287
bdaddr_t dst; /* dest. address */
sys/netgraph/bluetooth/include/ng_btsocket_sco.h
46
bdaddr_t src; /* source BD_ADDR */
sys/netgraph/bluetooth/include/ng_btsocket_sco.h
72
bdaddr_t src; /* Source address */
sys/netgraph/bluetooth/include/ng_btsocket_sco.h
73
bdaddr_t dst; /* Destination address */
sys/netgraph/bluetooth/include/ng_hci.h
1067
bdaddr_t bdaddr; /* address */
sys/netgraph/bluetooth/include/ng_hci.h
1092
bdaddr_t bdaddr; /* address */
sys/netgraph/bluetooth/include/ng_hci.h
1501
bdaddr_t bdaddr; /* unit address */
sys/netgraph/bluetooth/include/ng_hci.h
1613
bdaddr_t random_address;
sys/netgraph/bluetooth/include/ng_hci.h
1624
bdaddr_t direct_address;
sys/netgraph/bluetooth/include/ng_hci.h
1682
bdaddr_t peer_addr;
sys/netgraph/bluetooth/include/ng_hci.h
1708
bdaddr_t address;
sys/netgraph/bluetooth/include/ng_hci.h
1715
bdaddr_t address;
sys/netgraph/bluetooth/include/ng_hci.h
1878
bdaddr_t bdaddr; /* unit address */
sys/netgraph/bluetooth/include/ng_hci.h
1890
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
1897
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
1918
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
1997
bdaddr_t bdaddr; /* address of remote unit */
sys/netgraph/bluetooth/include/ng_hci.h
2027
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
2032
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
2037
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
2079
bdaddr_t bdaddr; /* destination address */
sys/netgraph/bluetooth/include/ng_hci.h
2085
bdaddr_t bdaddr; /* destination address */
sys/netgraph/bluetooth/include/ng_hci.h
2091
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
2096
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
2103
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
2118
bdaddr_t address;
sys/netgraph/bluetooth/include/ng_hci.h
2136
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
2201
bdaddr_t peer_addr;
sys/netgraph/bluetooth/include/ng_hci.h
2202
bdaddr_t local_res_private_addr;
sys/netgraph/bluetooth/include/ng_hci.h
2203
bdaddr_t peer_res_private_addr;
sys/netgraph/bluetooth/include/ng_hci.h
448
typedef bdaddr_t * bdaddr_p;
sys/netgraph/bluetooth/include/ng_hci.h
451
#define NG_HCI_BDADDR_ANY (&(const bdaddr_t){ { 0, 0, 0, 0, 0, 0 } })
sys/netgraph/bluetooth/include/ng_hci.h
468
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
489
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
497
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
505
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_hci.h
630
bdaddr_t bdaddr; /* bdaddr */
sys/netgraph/bluetooth/include/ng_hci.h
655
bdaddr_t bdaddr; /* remote bdaddr */
sys/netgraph/bluetooth/include/ng_hci.h
666
bdaddr_t bdaddr; /* bdaddr */
sys/netgraph/bluetooth/include/ng_hci.h
726
bdaddr_t bdaddr; /* destination address */
sys/netgraph/bluetooth/include/ng_hci.h
751
bdaddr_t bdaddr; /* address of unit to be connected */
sys/netgraph/bluetooth/include/ng_hci.h
758
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/include/ng_hci.h
765
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/include/ng_hci.h
771
bdaddr_t bdaddr; /* unit address */
sys/netgraph/bluetooth/include/ng_hci.h
776
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/include/ng_hci.h
781
bdaddr_t bdaddr; /* unit address */
sys/netgraph/bluetooth/include/ng_hci.h
786
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/include/ng_hci.h
793
bdaddr_t bdaddr; /* unit address */
sys/netgraph/bluetooth/include/ng_hci.h
798
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/include/ng_hci.h
803
bdaddr_t bdaddr; /* unit address */
sys/netgraph/bluetooth/include/ng_hci.h
840
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/include/ng_hci.h
867
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
875
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
880
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
885
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
890
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
895
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
900
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
906
bdaddr_t bdaddr;
sys/netgraph/bluetooth/include/ng_hci.h
980
bdaddr_t bdaddr; /* remote address */
sys/netgraph/bluetooth/include/ng_l2cap.h
367
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
385
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
397
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
458
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
524
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
560
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
568
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
577
bdaddr_t bdaddr; /* remote unit address */
sys/netgraph/bluetooth/include/ng_l2cap.h
653
bdaddr_t addr;
sys/netgraph/bluetooth/include/ng_l2cap.h
674
bdaddr_t remote; /* remote bdaddr */
sys/netgraph/bluetooth/include/ng_l2cap.h
695
bdaddr_t remote; /* remote bdaddr */
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
87
bcopy(&l2cap->bdaddr, &ep->addr, sizeof(bdaddr_t));
sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
117
bdaddr_t remote; /* remote unit address */
sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
88
bdaddr_t bdaddr; /* unit BDADDR */
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1639
if (bcmp(&ep->addr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2120
bcmp(&pcb->src, &sa->l2cap_bdaddr, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2177
if (bcmp(&sa->l2cap_bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
374
msg->header.arglen != sizeof(bdaddr_t))
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
378
sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
727
if (bcmp(&sa->l2cap_bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
116
const bdaddr_t *src, const bdaddr_t *dst, struct thread *td);
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
1253
struct socket *l2so, const bdaddr_t *src, const bdaddr_t *dst,
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3396
if (bcmp(&pcb->src, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
514
bcmp(&sa->rfcomm_bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
1300
if (bcmp(&pcb->src, &sa->sco_bdaddr, sizeof(bdaddr_t)) == 0) {
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
1352
if (bcmp(&sa->sco_bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
1599
if (bcmp(&pcb->src, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0) {
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
828
if (bcmp(&ep->bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
usr.bin/bluetooth/bthost/bthost.c
104
bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
usr.bin/bluetooth/bthost/bthost.c
78
bdaddr_t ba;
usr.bin/bluetooth/bthost/bthost.c
98
bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c
63
rfcomm_channel_lookup(bdaddr_t const *local, bdaddr_t const *remote,
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
196
bdaddr_t bt_addr_any;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
61
int rfcomm_channel_lookup (bdaddr_t const *local,
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
62
bdaddr_t const *remote,
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
79
bdaddr_t addr;
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
52
int32_t hid_sdp_query(bdaddr_t const *local, bdaddr_t const *remote, int32_t *error);
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
63
bdaddr_t bdaddr;
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.h
44
int (*handler)(bdaddr_t *, int, char **);
usr.sbin/bluetooth/bthidcontrol/hid.c
50
hid_dump(bdaddr_t *bdaddr, int argc, char **argv)
usr.sbin/bluetooth/bthidcontrol/hid.c
68
hid_forget(bdaddr_t *bdaddr, int argc, char **argv)
usr.sbin/bluetooth/bthidcontrol/hid.c
89
hid_known(bdaddr_t *bdaddr, int argc, char **argv)
usr.sbin/bluetooth/bthidcontrol/sdp.c
116
hid_sdp_query(bdaddr_t const *local, struct hid_device *hd, int32_t *error)
usr.sbin/bluetooth/bthidcontrol/sdp.c
125
bdaddr_t sdp_local;
usr.sbin/bluetooth/bthidcontrol/sdp.c
474
hid_query(bdaddr_t *bdaddr, int argc, char **argv)
usr.sbin/bluetooth/bthidcontrol/sdp.c
48
static int32_t hid_sdp_query (bdaddr_t const *local, struct hid_device *hd, int32_t *error);
usr.sbin/bluetooth/bthidd/bthid_config.h
43
bdaddr_t bdaddr; /* HID device BDADDR */
usr.sbin/bluetooth/bthidd/bthidd.h
45
bdaddr_t bdaddr; /* local bdaddr */
usr.sbin/bluetooth/bthidd/bthidd.h
70
bdaddr_t bdaddr;/* remote bdaddr */
usr.sbin/bluetooth/bthidd/parser.y
328
if (memcmp(&d->bdaddr, bdaddr, sizeof(bdaddr_t)) == 0)
usr.sbin/bluetooth/bthidd/parser.y
493
bdaddr_t bdaddr;
usr.sbin/bluetooth/bthidd/parser.y
87
bdaddr_t bdaddr;
usr.sbin/bluetooth/btpand/btpand.c
110
(bdaddr_t *)he->h_addr);
usr.sbin/bluetooth/btpand/btpand.c
53
bdaddr_t local_bdaddr; /* -d <addr> */
usr.sbin/bluetooth/btpand/btpand.c
54
bdaddr_t remote_bdaddr; /* -a <addr> */
usr.sbin/bluetooth/btpand/btpand.c
92
(bdaddr_t *)he->h_addr);
usr.sbin/bluetooth/btpand/btpand.h
158
extern bdaddr_t local_bdaddr;
usr.sbin/bluetooth/btpand/btpand.h
159
extern bdaddr_t remote_bdaddr;
usr.sbin/bluetooth/btpand/btpand.h
170
b2eaddr(void *dst, bdaddr_t *src)
usr.sbin/bluetooth/hccontrol/hccontrol.h
80
char const * hci_bdaddr2str (bdaddr_t const *);
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
261
bdaddr_t bdaddr;
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
297
bdaddr_t bdaddr;
usr.sbin/bluetooth/hccontrol/util.c
3258
hci_bdaddr2str(bdaddr_t const *ba)
usr.sbin/bluetooth/hcsecd/hcsecd.h
43
bdaddr_t bdaddr; /* remote device BDADDR */
usr.sbin/bluetooth/hcsecd/parser.y
297
bdaddr_t bdaddr;
usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.h
135
bdaddr_t otp_bd_addr;
usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c
624
memcpy(&version->otp_bd_addr, data, sizeof(bdaddr_t));
usr.sbin/bluetooth/l2control/l2cap.c
46
bdaddrpr(bdaddr_t const *ba)
usr.sbin/bluetooth/l2control/l2control.c
59
bdaddr_t bdaddr;
usr.sbin/bluetooth/l2ping/l2ping.c
65
bdaddr_t src, dst;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
51
int rfcomm_channel_lookup (bdaddr_t const *local,
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
52
bdaddr_t const *remote,
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
67
bdaddr_t addr;
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
59
bdaddr_t bdaddr;
usr.sbin/bluetooth/sdpd/provider.h
47
bdaddr_t bdaddr; /* provider's BDADDR */
usr.sbin/bluetooth/sdpd/provider.h
56
(memcmp(b, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0 || \
usr.sbin/bluetooth/sdpd/provider.h
57
memcmp(&(p)->bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0 || \
usr.sbin/bluetooth/sdpd/provider.h
58
memcmp(&(p)->bdaddr, b, sizeof(bdaddr_t)) == 0)
usr.sbin/bluetooth/sdpd/srr.c
61
bdaddr_t *bdaddr = NULL;