Searched refs:RT_DEFAULT_FIB (Results 1 – 13 of 13) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | iffib.c | 56 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 D | route_ddb.c | 250 rh = rt_tables_get_rnh(RT_DEFAULT_FIB, af); in _DB_FUNC()
|
| /f-stack/freebsd/net/ |
| H A D | route.h | 119 #define RT_DEFAULT_FIB 0 /* Explicitly mark fib=0 restricted cases */ macro
|
| H A D | debugnet.c | 661 nh = fib4_lookup_debugnet(RT_DEFAULT_FIB, dest_sin.sin_addr, 0, in debugnet_connect()
|
| H A D | if_vxlan.c | 2524 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 D | route.h | 117 #define RT_DEFAULT_FIB 0 /* Explicitly mark fib=0 restricted cases */ macro
|
| /f-stack/lib/ |
| H A D | ff_veth.c | 437 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 D | ff_syscall_wrapper.c | 1380 rc = rib_action(RT_DEFAULT_FIB, rtreq, &info, &rci); in ff_route_ctl()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_nbr.c | 601 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 D | in6_src.c | 856 if (oifp != NULL && fibnum == RT_DEFAULT_FIB) { in in6_selectif()
|
| H A D | in6.c | 2205 fibnum = V_rt_add_addr_allfibs ? RT_DEFAULT_FIB : ifp->if_fib; in in6_lltable_rtcheck()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 953 nh = fib4_lookup(RT_DEFAULT_FIB, fin->fin_src, 0, NHR_NONE, 0);
|
| /f-stack/freebsd/netinet/ |
| H A D | in_mcast.c | 1933 fibnum = inp ? inp->inp_inc.inc_fibnum : RT_DEFAULT_FIB; in inp_lookup_mcast_ifp()
|