Searched refs:RT_DEFAULT_FIB (Results 1 – 16 of 16) sorted by relevance
| /trueos/sbin/ifconfig/ |
| HD | iffib.c | 54 ifr.ifr_fib != RT_DEFAULT_FIB) in fib_status() 60 ifr.ifr_fib != RT_DEFAULT_FIB) in fib_status()
|
| /trueos/sys/net/ |
| HD | route.c | 346 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 …]
|
| HD | if_faith.c | 334 rt = in6_rtalloc1((struct sockaddr *)&sin6, 0, 0UL, RT_DEFAULT_FIB);
|
| HD | route.h | 85 #define RT_DEFAULT_FIB 0 /* Explicitly mark fib=0 restricted cases */ macro
|
| /trueos/sys/netinet6/ |
| HD | in6_src.c | 227 (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()
|
| HD | in6.c | 910 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()
|
| HD | nd6_nbr.c | 263 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()
|
| HD | in6_ifattach.c | 886 rnh = rt_tables_get_rnh(RT_DEFAULT_FIB, AF_INET6); in in6_ifdetach() 890 RT_DEFAULT_FIB); in in6_ifdetach()
|
| HD | nd6_rtr.c | 497 RTF_GATEWAY, &newrt, RT_DEFAULT_FIB); in defrouter_addreq() 542 (struct sockaddr *)&mask, RTF_GATEWAY, &oldrt, RT_DEFAULT_FIB); in defrouter_delreq()
|
| HD | nd6.c | 942 0, 0, RT_DEFAULT_FIB); in nd6_is_new_addr_neighbor()
|
| HD | in6_mcast.c | 1789 in6p ? in6p->inp_inc.inc_fibnum : RT_DEFAULT_FIB); in in6p_lookup_mcast_ifp()
|
| HD | icmp6.c | 2387 rt = in6_rtalloc1((struct sockaddr *)&sin6, 0, 0UL, RT_DEFAULT_FIB); in icmp6_redirect_input()
|
| /trueos/sys/netinet/ |
| HD | in.c | 881 rtalloc_ign_fib(&ia_ro, 0, RT_DEFAULT_FIB); in in_ifinit()
|
| /trueos/sys/nfsclient/ |
| HD | nfs_vfsops.c | 516 RTF_UP | RTF_GATEWAY, NULL, RT_DEFAULT_FIB); in nfs_mountroot()
|
| /trueos/sys/nfs/ |
| HD | bootp_subr.c | 1063 (RTF_UP | RTF_GATEWAY | RTF_STATIC), NULL, RT_DEFAULT_FIB); in bootpc_adjust_interface()
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clvfsops.c | 474 RTF_UP | RTF_GATEWAY, NULL, RT_DEFAULT_FIB); in nfs_mountroot()
|