Lines Matching refs:in6_addr
41 struct in6_addr addr;
42 struct in6_addr gw;
71 struct in6_addr peer_addr;
167 struct in6_addr *daddr, in peer_lookup_dst()
171 struct in6_addr *nexthop; in peer_lookup_dst()
201 memcpy(&lowpan_cb(skb)->gw, nexthop, sizeof(struct in6_addr)); in peer_lookup_dst()
422 static void copy_to_bdaddr(struct in6_addr *ip6_daddr, bdaddr_t *addr) in copy_to_bdaddr()
434 static void convert_dest_bdaddr(struct in6_addr *ip6_daddr, in convert_dest_bdaddr()
450 struct in6_addr ipv6_daddr; in setup_header()
517 memcpy(&lowpan_cb(skb)->addr, &hdr->daddr, sizeof(struct in6_addr)); in header_create()
818 memset(&peer->peer_addr, 0, sizeof(struct in6_addr)); in add_peer_chan()