Home
last modified time | relevance | path

Searched refs:NHF_DEFAULT (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_rmx.c123 nh->nh_flags |= NHF_DEFAULT; in rib6_preadd()
H A Din6_fib.c195 else if ((nh->nh_flags & NHF_DEFAULT) == 0) in check_urpf_nhop()
H A Dnd6.c1585 if ((nh != NULL) && (nh->nh_flags & NHF_DEFAULT)) { in check_release_defrouter()
/f-stack/freebsd/netinet/
H A Din_rmx.c100 nh->nh_flags |= NHF_DEFAULT; in rib4_preadd()
H A Din_fib.c186 else if ((nh->nh_flags & NHF_DEFAULT) == 0) in check_urpf_nhop()
H A Dip_fastfwd.c140 ((nh->nh_flags & (NHF_REDIRECT|NHF_DEFAULT)) == 0)) { in ip_redir_alloc()
H A Dip_input.c1050 if (nh != NULL && ((nh->nh_flags & (NHF_REDIRECT|NHF_DEFAULT)) == 0)) { in ip_forward()
/f-stack/freebsd/net/
H A Droute.h219 #define NHF_DEFAULT 0x0080 /* Default route */ macro
H A Droute.c306 if ((nh == NULL) || (nh->nh_flags & NHF_DEFAULT)) in ifa_ifwithroute()
/f-stack/tools/compat/include/net/
H A Droute.h217 #define NHF_DEFAULT 0x0080 /* Default route */ macro
/f-stack/tools/netstat/
H A Dnhops.c97 { NHF_DEFAULT, 'd', "default" },
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c498 if (ifp == NULL && (nh->nh_flags & NHF_DEFAULT) != 0) in verify_path()
837 if (ifp == NULL && (nh->nh_flags & NHF_DEFAULT) != 0) in verify_path6()