Lines Matching refs:ifaddr
82 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);
89 static void nd6_dad_duplicated(struct ifaddr *, struct dadq *);
91 static void nd6_dad_ns_input(struct ifaddr *, struct nd_opt_nonce *);
92 static void nd6_dad_na_input(struct ifaddr *);
98 static struct ifaddr *nd6_proxy_fill_sdl(struct ifnet *,
133 struct ifaddr *ifa; in nd6_ns_input()
262 ifa = (struct ifaddr *)in6ifa_ifpwithaddr(ifp, &taddr6); in nd6_ns_input()
372 static struct ifaddr *
376 struct ifaddr *ifa; in nd6_proxy_fill_sdl()
388 ifa = (struct ifaddr *)in6ifa_ifpforlinklocal(ifp, in nd6_proxy_fill_sdl()
475 struct ifaddr *ifa = NULL; in nd6_ns_output_fib()
491 ifa = (struct ifaddr *)in6ifa_ifpwithaddr(ifp, saddr6); in nd6_ns_output_fib()
517 ifa = (struct ifaddr *)in6ifa_ifpwithaddr(ifp, in nd6_ns_output_fib()
658 struct ifaddr *ifa; in nd6_na_input()
743 ifa = (struct ifaddr *)in6ifa_ifpwithaddr(ifp, &taddr6); in nd6_na_input()
1156 struct ifaddr *dad_ifa;
1215 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *n) in nd6_dad_find()
1278 nd6_dad_start(struct ifaddr *ifa, int delay) in nd6_dad_start()
1354 nd6_dad_stop(struct ifaddr *ifa) in nd6_dad_stop()
1381 struct ifaddr *ifa = dp->dad_ifa; in nd6_dad_timer()
1494 nd6_dad_duplicated(struct ifaddr *ifa, struct dadq *dp) in nd6_dad_duplicated()
1589 nd6_dad_ns_input(struct ifaddr *ifa, struct nd_opt_nonce *ndopt_nonce) in nd6_dad_ns_input()
1607 nd6_dad_na_input(struct ifaddr *ifa) in nd6_dad_na_input()