Home
last modified time | relevance | path

Searched refs:ip6_getdstifaddr (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/netinet6/
H A Dip6_var.h298 const struct ip6aux *ip6_getdstifaddr(struct mbuf *);
H A Dip6_input.c540 if (deliverifp && ip6_getdstifaddr(m) == NULL) { in ip6_input()
839 ip6_getdstifaddr(struct mbuf *m) in ip6_getdstifaddr() function
H A Dicmp6.c2127 } else if ((ip6a = ip6_getdstifaddr(m)) != NULL) { in icmp6_reflect()