Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet6/
Dip6_fastfwd.c106 in6_localip(&ip6->ip6_dst)) in ip6_tryforward()
Dip6_forward.c323 if (in6_localip(&ip6->ip6_dst)) in ip6_forward()
Din6_gif.c139 if (in6_localip(&sc->gif_ip6hdr->ip6_src)) in in6_gif_set_running()
Din6.h675 int in6_localip(struct in6_addr *);
Dip6_gre.c183 if (in6_localip(&sc->gre_oip6.ip6_src)) in in6_gre_set_running()
Dnd6_rtr.c2241 if (in6_localip(&ifra.ifra_addr.sin6_addr) != 0) { in in6_tmpifadd()
Din6.c1678 in6_localip(struct in6_addr *in6) in in6_localip() function
Dip6_output.c868 if (in6_localip(&ip6->ip6_dst)) { in ip6_output()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_pfil.c244 if (in6_localip(&sa6->sin6_addr)) in ipfw_check_packet()
Dip_fw2.c801 return (in6_localip(in6)); in ipfw_localip6()
/freebsd-12-stable/sys/net/
Dif_ipsec.c795 localip = in6_localip(&saidx->src.sin6.sin6_addr); in ipsec_set_running()