Home
last modified time | relevance | path

Searched refs:in_localip (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/netinet/
H A Dip_fastfwd.c294 if (in_localip(ip->ip_dst)) in ip_tryforward()
329 if (in_localip(dest)) in ip_tryforward()
425 if (m->m_flags & M_FASTFWD_OURS || in_localip(dest)) { in ip_tryforward()
H A Dtcp_timewait.c133 in_localip(inp->inp_faddr) in tcp_twstart()
H A Din.h679 bool in_localip(struct in_addr);
H A Din_gif.c132 if (in_localip(sc->gif_iphdr->ip_src)) in in_gif_set_running()
H A Dip_gre.c190 if (in_localip(sc->gre_oip.ip_src)) in in_gre_set_running()
H A Dip_output.c137 if (in_localip(ip->ip_dst)) { in ip_output_pfil()
H A Din.c154 in_localip(struct in_addr in) in in_localip() function
H A Dudp_usrreq.c632 !in_localip(ip->ip_src))) in udp_input()
H A Dtcp_input.c1411 !in_localip(ip->ip_src) in tcp_input_with_port()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c178 if (in_localip(satosin(psa)->sin_addr)) in ipfw_check_packet()
H A Dip_fw2.c2245 match = in_localip(src_ip); in ipfw_chk()
2282 match = in_localip(dst_ip); in ipfw_chk()
/freebsd/sys/net/
H A Dif_me.c370 if (in_localip(sc->me_src)) in me_set_running()
H A Dif_ipsec.c795 localip = in_localip(saidx->src.sin.sin_addr); in ipsec_set_running()
/freebsd/sys/netpfil/pf/
H A Dpf.c2024 return (in_localip(ip->ip_dst)); in pf_isforlocal()