Lines Matching refs:addr
32 struct in6_addr addr;
142 BT_DBG("peers %d addr %pI6c rt %p", count, daddr, rt);
170 BT_DBG("dst addr %pMR dst type %u ip %pI6c",
501 bdaddr_t addr;
516 err = setup_header(skb, netdev, &addr, &addr_type);
525 netdev->name, &addr, addr_type,
526 &lowpan_cb(skb)->addr, lowpan_cb(skb)->chan);
665 bdaddr_t addr;
675 baswap(&addr, &chan->src);
676 __dev_addr_set(netdev, &addr, sizeof(addr));
702 BT_DBG("ifindex %d peer bdaddr %pMR type %d my addr %pMR type %d",
883 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type)
895 addr, dst_type);
923 bdaddr_t *addr = BDADDR_ANY;
942 err = l2cap_add_psm(chan, addr, cpu_to_le16(L2CAP_PSM_IPSP));
952 static int get_l2cap_conn(char *buf, bdaddr_t *addr, u8 *addr_type,
960 &addr->b[5], &addr->b[4], &addr->b[3],
961 &addr->b[2], &addr->b[1], &addr->b[0],
968 hdev = hci_get_route(addr, BDADDR_ANY, BDADDR_LE_PUBLIC);
973 hcon = hci_conn_hash_lookup_le(hdev, addr, *addr_type);
1090 bdaddr_t addr;
1100 ret = get_l2cap_conn(&buf[8], &addr, &addr_type, &conn);
1129 ret = bt_6lowpan_connect(&addr, addr_type);
1137 ret = get_l2cap_conn(&buf[11], &addr, &addr_type, &conn);