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

Lines Matching refs:in6_addr

43 	struct in6_addr		prefix;
66 struct in6_addr *addr,
72 struct in6_addr *addr);
75 extern int ipv6_chk_prefix(struct in6_addr *addr,
79 const struct in6_addr *addr,
85 const struct in6_addr *daddr,
87 struct in6_addr *saddr);
89 struct in6_addr *addr,
94 struct in6_addr *addr);
96 struct in6_addr *addr);
127 const struct in6_addr *addr,
134 const struct in6_addr *addr);
136 const struct in6_addr *addr);
139 const struct in6_addr *mc_addr,
140 const struct in6_addr *src_addr);
142 extern int ipv6_dev_mc_inc(struct net_device *dev, const struct in6_addr *addr);
143 extern int __ipv6_dev_mc_dec(struct inet6_dev *idev, const struct in6_addr *addr);
144 extern int ipv6_dev_mc_dec(struct net_device *dev, const struct in6_addr *addr);
154 const struct in6_addr *group,
155 const struct in6_addr *src_addr);
163 extern int ipv6_sock_ac_join(struct sock *sk,int ifindex,struct in6_addr *addr);
164 extern int ipv6_sock_ac_drop(struct sock *sk,int ifindex,struct in6_addr *addr);
166 extern int inet6_ac_check(struct sock *sk, struct in6_addr *addr, int ifindex);
168 extern int ipv6_dev_ac_inc(struct net_device *dev, struct in6_addr *addr);
169 extern int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr);
171 struct in6_addr *addr);
228 static inline void addrconf_addr_solict_mult(const struct in6_addr *addr,
229 struct in6_addr *solicited)
237 static inline int ipv6_addr_is_multicast(const struct in6_addr *addr)
242 static inline int ipv6_addr_is_ll_all_nodes(const struct in6_addr *addr)
249 static inline int ipv6_addr_is_ll_all_routers(const struct in6_addr *addr)
258 static inline int ipv6_addr_is_isatap(const struct in6_addr *addr)