• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/

Lines Matching refs:in6_addr

81 /* Ensure that we have struct in6_addr aligned on 32bit word. */
88 static struct in6_addr mld2_all_mcr = MLD2_ALL_MCR_INIT;
101 static void mld_del_delrec(struct inet6_dev *idev, struct in6_addr *addr);
106 static int ip6_mc_del_src(struct inet6_dev *idev, struct in6_addr *pmca,
107 int sfmode, int sfcount, struct in6_addr *psfsrc,
109 static int ip6_mc_add_src(struct inet6_dev *idev, struct in6_addr *pmca,
110 int sfmode, int sfcount, struct in6_addr *psfsrc,
132 int ipv6_sock_mc_join(struct sock *sk, int ifindex, const struct in6_addr *addr)
208 int ipv6_sock_mc_drop(struct sock *sk, int ifindex, const struct in6_addr *addr)
245 struct in6_addr *group,
309 struct in6_addr *source, *group;
371 sizeof(struct in6_addr));
421 rv = memcmp(&psl->sl_addr[i], source, sizeof(struct in6_addr));
447 struct in6_addr *group;
542 struct in6_addr *group;
613 int inet6_mc_check(struct sock *sk, const struct in6_addr *mc_addr,
614 const struct in6_addr *src_addr)
754 static void mld_del_delrec(struct inet6_dev *idev, struct in6_addr *pmca)
821 int ipv6_dev_mc_inc(struct net_device *dev, const struct in6_addr *addr)
893 int __ipv6_dev_mc_dec(struct inet6_dev *idev, const struct in6_addr *addr)
918 int ipv6_dev_mc_dec(struct net_device *dev, const struct in6_addr *addr)
965 int ipv6_chk_mcast_addr(struct net_device *dev, const struct in6_addr *group,
966 const struct in6_addr *src_addr)
1054 struct in6_addr *srcs)
1082 struct in6_addr *srcs)
1117 struct in6_addr *group;
1125 if (!pskb_may_pull(skb, sizeof(struct in6_addr)))
1188 ntohs(mlh2->mld2q_nsrcs) * sizeof(struct in6_addr)))
1347 struct in6_addr addr_buf;
1348 const struct in6_addr *saddr;
1518 struct in6_addr *psrc;
1549 psrc = (struct in6_addr *)skb_put(skb, sizeof(*psrc));
1715 static void igmp6_send(struct in6_addr *addr, struct net_device *dev, int type)
1722 const struct in6_addr *snd_addr, *saddr;
1723 struct in6_addr addr_buf;
1736 len = sizeof(struct icmp6hdr) + sizeof(struct in6_addr);
1816 struct in6_addr *psfsrc)
1852 static int ip6_mc_del_src(struct inet6_dev *idev, struct in6_addr *pmca,
1853 int sfmode, int sfcount, struct in6_addr *psfsrc,
1913 struct in6_addr *psfsrc, int delta)
2016 static int ip6_mc_add_src(struct inet6_dev *idev, struct in6_addr *pmca,
2017 int sfmode, int sfcount, struct in6_addr *psfsrc,