Home
last modified time | relevance | path

Searched refs:NHF_GATEWAY (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_rmx.c127 if (nh->nh_flags & NHF_GATEWAY) in rib6_preadd()
H A Dip6_fastfwd.c283 if (nh->nh_flags & NHF_GATEWAY) in ip6_tryforward()
H A Dip6_forward.c246 if (nh->nh_flags & NHF_GATEWAY) { in ip6_forward()
H A Dicmp6.c2280 if ((nh->nh_flags & NHF_GATEWAY) == 0) { in icmp6_redirect_input()
2496 if (nh->nh_flags & NHF_GATEWAY) { in icmp6_redirect_output()
2522 if (nh->nh_flags & NHF_GATEWAY) { in icmp6_redirect_output()
H A Din6_src.c727 (ron->ro_nh->nh_flags & NHF_GATEWAY) != 0) in selectroute()
H A Dip6_output.c787 if (nh->nh_flags & NHF_GATEWAY) in ip6_output()
873 else if ((nh->nh_flags & NHF_GATEWAY)) in ip6_output()
H A Din6.c2207 if (nh && ((nh->nh_flags & NHF_GATEWAY) || nh->nh_ifp != ifp)) { in in6_lltable_rtcheck()
/f-stack/freebsd/netinet/
H A Din_rmx.c104 if (nh->nh_flags & NHF_GATEWAY) in rib4_preadd()
H A Dip_fastfwd.c146 if (nh->nh_flags & NHF_GATEWAY) in ip_redir_alloc()
427 if (nh->nh_flags & NHF_GATEWAY) in ip_tryforward()
H A Dip_output.c303 ro->ro_flags |= (nh_flags & NHF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()
500 if (ro->ro_nh->nh_flags & NHF_GATEWAY) in ip_output()
541 if (nh->nh_flags & NHF_GATEWAY) in ip_output()
H A Dip_icmp.c981 if (!(nh->nh_flags & NHF_GATEWAY)) in icmp_verify_redirect_gateway()
H A Dip_input.c1056 if (nh->nh_flags & NHF_GATEWAY) in ip_forward()
/f-stack/tools/netstat/
H A Dnhops.c96 { NHF_GATEWAY, 'G', "gateway" },
281 if (nh->nh_flags & NHF_GATEWAY) { in print_nhop_entry_sysctl()
H A Dnhgrp.c301 if (nh->nh_flags & NHF_GATEWAY) { in update_global_map()
/f-stack/freebsd/net/
H A Droute.h221 #define NHF_GATEWAY 0x0200 /* RTF_GATEWAY */ macro
/f-stack/tools/compat/include/net/
H A Droute.h219 #define NHF_GATEWAY 0x0200 /* RTF_GATEWAY */ macro
/f-stack/freebsd/net/route/
H A Droute_ctl.c226 if ((nh->nh_flags & NHF_GATEWAY) == 0) in nhop_can_multipath()
934 if (((nh_orig->nh_flags & NHF_GATEWAY) && in change_nhop()
H A Dfib_algo.c519 if (!NH_IS_NHGRP(nh) && (!(nh->nh_flags & NHF_GATEWAY))) in need_immediate_rebuild()
524 if (!NH_IS_NHGRP(nh) && (!(nh->nh_flags & NHF_GATEWAY))) in need_immediate_rebuild()
H A Dnhop_ctl.c271 res |= (rt_flags & RTF_GATEWAY) ? NHF_GATEWAY : 0; in convert_rt_to_nh_flags()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c789 if (nh->nh_flags & NHF_GATEWAY)