HomeSort by: relevance | last modified time | path
    Searched refs:ip6_getdstifaddr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
ip6_var.h 298 const struct ip6aux *ip6_getdstifaddr(struct mbuf *);
ip6_input.c 540 if (deliverifp && ip6_getdstifaddr(m) == NULL) {
839 ip6_getdstifaddr(struct mbuf *m) function in typeref:typename:const struct ip6aux *
icmp6.c 2121 * Note that ip6_getdstifaddr() may fail if we are in an error handling
2127 } else if ((ip6a = ip6_getdstifaddr(m)) != NULL) {

Completed in 17 milliseconds