bdaddr 477 netbt/hci.h bdaddr_t bdaddr; /* destination address */
bdaddr 506 netbt/hci.h bdaddr_t bdaddr; /* destination address */
bdaddr 511 netbt/hci.h bdaddr_t bdaddr; /* destination address */
bdaddr 517 netbt/hci.h bdaddr_t bdaddr; /* address of unit to be connected */
bdaddr 525 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 533 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 539 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 545 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 550 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 556 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 563 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 569 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 574 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 617 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 627 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 632 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 693 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 706 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 790 netbt/hci.h bdaddr_t bdaddr; /* remote address */
bdaddr 916 netbt/hci.h bdaddr_t bdaddr; /* address */
bdaddr 943 netbt/hci.h bdaddr_t bdaddr; /* address */
bdaddr 1466 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 1618 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 1630 netbt/hci.h bdaddr_t bdaddr; /* remote unit address */
bdaddr 1637 netbt/hci.h bdaddr_t bdaddr; /* remote unit address */
bdaddr 1658 netbt/hci.h bdaddr_t bdaddr; /* remote unit address */
bdaddr 1737 netbt/hci.h bdaddr_t bdaddr; /* address of remote unit */
bdaddr 1767 netbt/hci.h bdaddr_t bdaddr; /* remote unit address */
bdaddr 1772 netbt/hci.h bdaddr_t bdaddr; /* remote unit address */
bdaddr 1777 netbt/hci.h bdaddr_t bdaddr; /* remote unit address */
bdaddr 1818 netbt/hci.h bdaddr_t bdaddr; /* destination address */
bdaddr 1824 netbt/hci.h bdaddr_t bdaddr; /* destination address */
bdaddr 1848 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 1869 netbt/hci.h bdaddr_t bdaddr; /* unit address */
bdaddr 419 netbt/hci_event.c bdaddr_t bdaddr;
bdaddr 429 netbt/hci_event.c m_copydata(m, 0, sizeof(bdaddr_t), (caddr_t)&bdaddr);
bdaddr 432 netbt/hci_event.c bdaddr.b[5], bdaddr.b[4], bdaddr.b[3],
bdaddr 433 netbt/hci_event.c bdaddr.b[2], bdaddr.b[1], bdaddr.b[0]);
bdaddr 435 netbt/hci_event.c memo = hci_memo_find(unit, &bdaddr);
bdaddr 481 netbt/hci_event.c ep.bdaddr.b[5], ep.bdaddr.b[4], ep.bdaddr.b[3],
bdaddr 482 netbt/hci_event.c ep.bdaddr.b[2], ep.bdaddr.b[1], ep.bdaddr.b[0],
bdaddr 485 netbt/hci_event.c link = hci_link_lookup_bdaddr(unit, &ep.bdaddr, ep.link_type);
bdaddr 596 netbt/hci_event.c ep.bdaddr.b[5], ep.bdaddr.b[4], ep.bdaddr.b[3],
bdaddr 597 netbt/hci_event.c ep.bdaddr.b[2], ep.bdaddr.b[1], ep.bdaddr.b[0],
bdaddr 602 netbt/hci_event.c link = hci_acl_newconn(unit, &ep.bdaddr);
bdaddr 604 netbt/hci_event.c link = hci_sco_newconn(unit, &ep.bdaddr);
bdaddr 608 netbt/hci_event.c bdaddr_copy(&rp.bdaddr, &ep.bdaddr);
bdaddr 614 netbt/hci_event.c bdaddr_copy(&ap.bdaddr, &ep.bdaddr);
bdaddr 770 netbt/hci_event.c bdaddr_copy(&unit->hci_bdaddr, &rp.bdaddr);
bdaddr 68 netbt/hci_link.c hci_acl_open(struct hci_unit *unit, bdaddr_t *bdaddr)
bdaddr 76 netbt/hci_link.c KASSERT(bdaddr != NULL);
bdaddr 78 netbt/hci_link.c link = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL);
bdaddr 85 netbt/hci_link.c bdaddr_copy(&link->hl_bdaddr, bdaddr);
bdaddr 94 netbt/hci_link.c bdaddr_copy(&cp.bdaddr, bdaddr);
bdaddr 97 netbt/hci_link.c memo = hci_memo_find(unit, bdaddr);
bdaddr 175 netbt/hci_link.c hci_acl_newconn(struct hci_unit *unit, bdaddr_t *bdaddr)
bdaddr 179 netbt/hci_link.c link = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL);
bdaddr 187 netbt/hci_link.c bdaddr_copy(&link->hl_bdaddr, bdaddr);
bdaddr 750 netbt/hci_link.c hci_sco_newconn(struct hci_unit *unit, bdaddr_t *bdaddr)
bdaddr 764 netbt/hci_link.c bdaddr_copy(&raddr.bt_bdaddr, bdaddr);
bdaddr 771 netbt/hci_link.c acl = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL);
bdaddr 788 netbt/hci_link.c bdaddr_copy(&new->sp_raddr, bdaddr);
bdaddr 797 netbt/hci_link.c bdaddr_copy(&sco->hl_bdaddr, bdaddr);
bdaddr 799 netbt/hci_link.c sco->hl_link = hci_acl_open(unit, bdaddr);
bdaddr 1016 netbt/hci_link.c hci_link_lookup_bdaddr(struct hci_unit *unit, bdaddr_t *bdaddr, uint16_t type)
bdaddr 1021 netbt/hci_link.c KASSERT(bdaddr != NULL);
bdaddr 1030 netbt/hci_link.c if (bdaddr_same(&link->hl_bdaddr, bdaddr))
bdaddr 115 netbt/hci_misc.c hci_memo_find(struct hci_unit *unit, bdaddr_t *bdaddr)
bdaddr 132 netbt/hci_misc.c if (bdaddr_same(bdaddr, &memo->response.bdaddr)) {