Home
last modified time | relevance | path

Searched refs:RT_DEFAULT_FIB (Results 1 – 13 of 13) sorted by relevance

/f-stack/tools/ifconfig/
H A Diffib.c56 ifr.ifr_fib != RT_DEFAULT_FIB) in fib_status()
62 ifr.ifr_fib != RT_DEFAULT_FIB) in fib_status()
/f-stack/freebsd/net/route/
H A Droute_ddb.c250 rh = rt_tables_get_rnh(RT_DEFAULT_FIB, af); in _DB_FUNC()
/f-stack/freebsd/net/
H A Droute.h119 #define RT_DEFAULT_FIB 0 /* Explicitly mark fib=0 restricted cases */ macro
H A Ddebugnet.c661 nh = fib4_lookup_debugnet(RT_DEFAULT_FIB, dest_sin.sin_addr, 0, in debugnet_connect()
H A Dif_vxlan.c2524 ro->ro_nh = fib4_lookup(RT_DEFAULT_FIB, ip->ip_dst, 0, NHR_NONE, in vxlan_encap4()
2636 ro->ro_nh = fib6_lookup(RT_DEFAULT_FIB, &ip6->ip6_dst, 0, in vxlan_encap6()
/f-stack/tools/compat/include/net/
H A Droute.h117 #define RT_DEFAULT_FIB 0 /* Explicitly mark fib=0 restricted cases */ macro
/f-stack/lib/
H A Dff_veth.c437 return rib_action(RT_DEFAULT_FIB, RTM_ADD, &info, &rci); in ff_veth_set_gateway()
537 return rib_action(RT_DEFAULT_FIB, RTM_ADD, &info, &rci); in ff_veth_set_gateway6()
H A Dff_syscall_wrapper.c1380 rc = rib_action(RT_DEFAULT_FIB, rtreq, &info, &rci); in ff_route_ctl()
/f-stack/freebsd/netinet6/
H A Dnd6_nbr.c601 nd6_ns_output_fib(ifp, saddr6, daddr6, taddr6, nonce, RT_DEFAULT_FIB); in nd6_ns_output()
1097 RT_DEFAULT_FIB); in nd6_na_output()
H A Din6_src.c856 if (oifp != NULL && fibnum == RT_DEFAULT_FIB) { in in6_selectif()
H A Din6.c2205 fibnum = V_rt_add_addr_allfibs ? RT_DEFAULT_FIB : ifp->if_fib; in in6_lltable_rtcheck()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c953 nh = fib4_lookup(RT_DEFAULT_FIB, fin->fin_src, 0, NHR_NONE, 0);
/f-stack/freebsd/netinet/
H A Din_mcast.c1933 fibnum = inp ? inp->inp_inc.inc_fibnum : RT_DEFAULT_FIB; in inp_lookup_mcast_ifp()