Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_rmx.c100 nhop_set_pxtype_flag(nh, NHF_HOST); in rib6_set_nh_pfxflags()
H A Din6_src.c814 error = (nh_flags & NHF_HOST ? EHOSTUNREACH : ENETUNREACH); in in6_selectif()
/freebsd/sys/netinet/
H A Din_rmx.c61 nhop_set_pxtype_flag(nh, NHF_HOST); in rib4_set_nh_pfxflags()
H A Dip_output.c503 if (nh->nh_flags & NHF_HOST) in ip_output()
536 isbroadcast = (((nh->nh_flags & (NHF_HOST | NHF_BROADCAST)) == in ip_output()
537 (NHF_HOST | NHF_BROADCAST)) || in ip_output()
H A Din.c1569 if (!(nh->nh_flags & NHF_HOST) || nh->nh_ifp->if_type != IFT_ETHER || in in_lltable_rtcheck()
1584 if ((nh->nh_ifp != ifp) && (nh->nh_flags & NHF_HOST) == 0) { in in_lltable_rtcheck()
H A Dip_icmp.c992 if (nh->nh_flags & NHF_HOST) in icmp_verify_redirect_gateway()
/freebsd/sys/net/route/
H A Dnhop_ctl.c932 if (nh_flag == NHF_HOST) { in nhop_set_pxtype_flag()
933 nh->nh_flags |= NHF_HOST; in nhop_set_pxtype_flag()
938 nh->nh_flags &= ~NHF_HOST; in nhop_set_pxtype_flag()
941 nh->nh_flags &= ~(NHF_HOST | NHF_DEFAULT); in nhop_set_pxtype_flag()
/freebsd/sys/net/
H A Droute.h216 #define NHF_HOST 0x0400 /* RTF_HOST */ macro
H A Droute.c219 nhop_set_pxtype_flag(nh, NHF_HOST); in rib_add_redirect()
/freebsd/sys/netlink/route/
H A Drt.c738 else if (nh->nh_flags & NHF_HOST) in finalize_nhop()
788 pxflag = NHF_HOST; in get_pxflag()
794 pxflag = NHF_HOST; in get_op_flags()
H A Dnexthop.c168 nh_flags = nh_flags & (NHF_HOST | NHF_DEFAULT); in nl_find_nhop()