Searched refs:in6_localip (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Dip6_fastfwd.c112 in6_localip(&ip6->ip6_dst))
H A Dip6_forward.c178 * for LL addresses, so in6_localip() performs properly.
325 if (in6_localip(&ip6->ip6_dst))
H A Din6.h676 int in6_localip(struct in6_addr *);
H A Din6_gif.c139 if (in6_localip(&sc->gif_ip6hdr->ip6_src))
H A Dip6_gre.c183 if (in6_localip(&sc->gre_oip6.ip6_src))
H A Din6.c1740 in6_localip(struct in6_addr *in6) function
H A Dnd6_rtr.c2291 if (in6_localip(&ifra.ifra_addr.sin6_addr) != 0) {
H A Dip6_output.c1042 if (in6_localip(&ip6->ip6_dst)) {
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c240 if (in6_localip(&sa6->sin6_addr))
H A Dip_fw2.c802 return (in6_localip(in6));
/freebsd-13-stable/sys/net/
H A Dif_ipsec.c795 localip = in6_localip(&saidx->src.sin6.sin6_addr);

Completed in 205 milliseconds