Lines Matching refs:in6_addr
38 struct in6_addr addr;
39 struct in6_addr gw;
68 struct in6_addr peer_addr;
164 struct in6_addr *daddr, in peer_lookup_dst()
168 struct in6_addr *nexthop; in peer_lookup_dst()
198 memcpy(&lowpan_cb(skb)->gw, nexthop, sizeof(struct in6_addr)); in peer_lookup_dst()
405 static void copy_to_bdaddr(struct in6_addr *ip6_daddr, bdaddr_t *addr) in copy_to_bdaddr()
417 static void convert_dest_bdaddr(struct in6_addr *ip6_daddr, in convert_dest_bdaddr()
433 struct in6_addr ipv6_daddr; in setup_header()
499 memcpy(&lowpan_cb(skb)->addr, &hdr->daddr, sizeof(struct in6_addr)); in header_create()
778 memset(&peer->peer_addr, 0, sizeof(struct in6_addr)); in add_peer_chan()