Home
last modified time | relevance | path

Searched refs:NHF_HOST (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_output.c502 if (ro->ro_nh->nh_flags & NHF_HOST) in ip_output()
508 if (ro->ro_nh->nh_flags & NHF_HOST) in ip_output()
545 isbroadcast = (((nh->nh_flags & (NHF_HOST | NHF_BROADCAST)) == in ip_output()
546 (NHF_HOST | NHF_BROADCAST)) || in ip_output()
H A Dip_icmp.c977 if (nh->nh_flags & NHF_HOST) in icmp_verify_redirect_gateway()
/f-stack/freebsd/net/
H A Droute.h222 #define NHF_HOST 0x0400 /* RTF_HOST */ macro
/f-stack/tools/compat/include/net/
H A Droute.h220 #define NHF_HOST 0x0400 /* RTF_HOST */ macro
/f-stack/freebsd/net/route/
H A Dnhop_ctl.c267 res |= (rt_flags & RTF_HOST) ? NHF_HOST : 0; in convert_rt_to_nh_flags()
/f-stack/freebsd/netinet6/
H A Din6_src.c882 error = (nh_flags & NHF_HOST ? EHOSTUNREACH : ENETUNREACH); in in6_selectif()
H A Dip6_output.c735 if (nh->nh_flags & NHF_HOST) in ip6_output()