Searched refs:ip6_getdstifaddr (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Dip6_var.h389 struct in6_ifaddr *ip6_getdstifaddr(struct mbuf *);
H A Dfrag6.c187 if ((ia = ip6_getdstifaddr(m)) != NULL) {
H A Dip6_input.c894 if ((ia6 = ip6_getdstifaddr(m)) != NULL) {
1061 ip6_getdstifaddr(struct mbuf *m) function
H A Dicmp6.c1328 if ((ia6 = ip6_getdstifaddr(m)) == NULL)
2223 * Note that ip6_getdstifaddr() may fail if we are in an error handling
2228 if ((ia = ip6_getdstifaddr(m))) {
/freebsd-9.3-release/sys/netinet/
H A Dtcp_input.c533 ia6 = ip6_getdstifaddr(m);
1275 ia6 = ip6_getdstifaddr(m);

Completed in 122 milliseconds