Lines Matching refs:ifnet
165 struct nd_kifinfo *nd6_ifattach(struct ifnet *);
166 void nd6_ifdetach(struct ifnet *, struct in6_ifextra *);
167 int nd6_is_addr_neighbor(const struct sockaddr_in6 *, struct ifnet *);
170 struct llentry *nd6_lookup(const struct in6_addr *, const struct ifnet *, bool);
171 struct llentry *nd6_create(const struct in6_addr *, const struct ifnet *);
172 void nd6_purge(struct ifnet *, struct in6_ifextra *);
174 int nd6_resolve(struct ifnet *, const struct rtentry *, struct mbuf *,
177 int nd6_ioctl(u_long, void *, struct ifnet *);
178 void nd6_cache_lladdr(struct ifnet *, struct in6_addr *,
181 int nd6_need_cache(struct ifnet *);
182 void nd6_llinfo_release_pkts(struct llentry *, struct ifnet *);
186 void nd6_na_output(struct ifnet *, const struct in6_addr *,
189 void nd6_ns_output(struct ifnet *, const struct in6_addr *,
191 const void *nd6_ifptomac(const struct ifnet *);