Lines Matching refs:addr
32 struct in6_addr addr;
111 BT_DBG("peers %d addr %pMR type %d", atomic_read(&dev->peer_count),
117 BT_DBG("dst addr %pMR dst type %d",
170 BT_DBG("peers %d addr %pI6c rt %p", count, daddr, rt);
198 BT_DBG("dst addr %pMR dst type %d ip %pI6c",
530 bdaddr_t addr;
545 err = setup_header(skb, netdev, &addr, &addr_type);
554 netdev->name, &addr, addr_type,
555 &lowpan_cb(skb)->addr, lowpan_cb(skb)->chan);
730 BT_DBG("ifindex %d peer bdaddr %pMR type %d my addr %pMR type %d",
921 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type)
933 addr, dst_type);
961 bdaddr_t *addr = BDADDR_ANY;
980 err = l2cap_add_psm(chan, addr, cpu_to_le16(L2CAP_PSM_IPSP));
990 static int get_l2cap_conn(char *buf, bdaddr_t *addr, u8 *addr_type,
998 &addr->b[5], &addr->b[4], &addr->b[3],
999 &addr->b[2], &addr->b[1], &addr->b[0],
1006 hdev = hci_get_route(addr, BDADDR_ANY, BDADDR_LE_PUBLIC);
1011 hcon = hci_conn_hash_lookup_le(hdev, addr, *addr_type);
1128 bdaddr_t addr;
1138 ret = get_l2cap_conn(&buf[8], &addr, &addr_type, &conn);
1167 ret = bt_6lowpan_connect(&addr, addr_type);
1175 ret = get_l2cap_conn(&buf[11], &addr, &addr_type, &conn);