Home
last modified time | relevance | path

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

/trueos/sbin/ifconfig/
HDiffib.c54 ifr.ifr_fib != RT_DEFAULT_FIB) in fib_status()
60 ifr.ifr_fib != RT_DEFAULT_FIB) in fib_status()
/trueos/sys/net/
HDroute.c346 rtalloc_ign_fib(ro, 0UL, RT_DEFAULT_FIB); in rtalloc()
366 ro->ro_rt = rtalloc1_fib(&ro->ro_dst, 1, ignore, RT_DEFAULT_FIB); in rtalloc_ign()
397 return (rtalloc1_fib(dst, report, ignflags, RT_DEFAULT_FIB)); in rtalloc1()
418 fibnum = RT_DEFAULT_FIB; in rtalloc1_fib()
566 rtredirect_fib(dst, gateway, netmask, flags, src, RT_DEFAULT_FIB); in rtredirect()
698 return (rtioctl_fib(req, data, RT_DEFAULT_FIB)); in rtioctl()
729 return (ifa_ifwithroute_fib(flags, dst, gateway, RT_DEFAULT_FIB)); in ifa_ifwithroute()
816 RT_DEFAULT_FIB)); in rtrequest()
856 return (rt_getifa_fib(info, RT_DEFAULT_FIB)); in rt_getifa()
1172 fibnum = RT_DEFAULT_FIB; in rtrequest1_fib()
[all …]
HDif_faith.c334 rt = in6_rtalloc1((struct sockaddr *)&sin6, 0, 0UL, RT_DEFAULT_FIB);
HDroute.h85 #define RT_DEFAULT_FIB 0 /* Explicitly mark fib=0 restricted cases */ macro
/trueos/sys/netinet6/
HDin6_src.c227 (inp != NULL) ? inp->inp_inc.inc_fibnum : RT_DEFAULT_FIB)) in in6_selectsrc()
293 (inp != NULL) ? inp->inp_inc.inc_fibnum : RT_DEFAULT_FIB)) != 0) in in6_selectsrc()
811 if (oifp != NULL && fibnum == RT_DEFAULT_FIB) { in in6_selectif()
861 retrt, 0, RT_DEFAULT_FIB)); in in6_selectroute()
HDin6.c910 rt = in6_rtalloc1((struct sockaddr *)&mltaddr, 0, 0UL, RT_DEFAULT_FIB); in in6_update_ifa_join_mc()
924 (struct rtentry **)0, RT_DEFAULT_FIB); in in6_update_ifa_join_mc()
981 rt = in6_rtalloc1((struct sockaddr *)&mltaddr, 0, 0UL, RT_DEFAULT_FIB); in in6_update_ifa_join_mc()
994 (struct rtentry **)0, RT_DEFAULT_FIB); in in6_update_ifa_join_mc()
1397 rt = in6_rtalloc1((struct sockaddr *)&mltaddr, 0, 0UL, RT_DEFAULT_FIB); in in6_purgeaddr_mc()
1415 (struct rtentry **)0, RT_DEFAULT_FIB); in in6_purgeaddr_mc()
1439 rt = in6_rtalloc1((struct sockaddr *)&mltaddr, 0, 0UL, RT_DEFAULT_FIB); in in6_purgeaddr_mc()
1458 (struct rtentry **)0, RT_DEFAULT_FIB); in in6_purgeaddr_mc()
2574 RT_DEFAULT_FIB); in in6_lltable_rtcheck()
HDnd6_nbr.c263 RT_DEFAULT_FIB); in nd6_ns_input()
265 in6_rtalloc(&ro, RT_DEFAULT_FIB); in nd6_ns_input()
635 nd6_ns_output_fib(ifp, daddr6, taddr6, ln, nonce, RT_DEFAULT_FIB); in nd6_ns_output()
1141 RT_DEFAULT_FIB); in nd6_na_output()
HDin6_ifattach.c886 rnh = rt_tables_get_rnh(RT_DEFAULT_FIB, AF_INET6); in in6_ifdetach()
890 RT_DEFAULT_FIB); in in6_ifdetach()
HDnd6_rtr.c497 RTF_GATEWAY, &newrt, RT_DEFAULT_FIB); in defrouter_addreq()
542 (struct sockaddr *)&mask, RTF_GATEWAY, &oldrt, RT_DEFAULT_FIB); in defrouter_delreq()
HDnd6.c942 0, 0, RT_DEFAULT_FIB); in nd6_is_new_addr_neighbor()
HDin6_mcast.c1789 in6p ? in6p->inp_inc.inc_fibnum : RT_DEFAULT_FIB); in in6p_lookup_mcast_ifp()
HDicmp6.c2387 rt = in6_rtalloc1((struct sockaddr *)&sin6, 0, 0UL, RT_DEFAULT_FIB); in icmp6_redirect_input()
/trueos/sys/netinet/
HDin.c881 rtalloc_ign_fib(&ia_ro, 0, RT_DEFAULT_FIB); in in_ifinit()
/trueos/sys/nfsclient/
HDnfs_vfsops.c516 RTF_UP | RTF_GATEWAY, NULL, RT_DEFAULT_FIB); in nfs_mountroot()
/trueos/sys/nfs/
HDbootp_subr.c1063 (RTF_UP | RTF_GATEWAY | RTF_STATIC), NULL, RT_DEFAULT_FIB); in bootpc_adjust_interface()
/trueos/sys/fs/nfsclient/
HDnfs_clvfsops.c474 RTF_UP | RTF_GATEWAY, NULL, RT_DEFAULT_FIB); in nfs_mountroot()