Home
last modified time | relevance | path

Searched refs:RTF_BITS (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Din_rmx.c212 rt->rt_flags, RTF_BITS, dbufc, in in_addroute()
215 rt2->rt_flags, RTF_BITS); in in_addroute()
245 rt->rt_ifp->if_xname : "", flags, RTF_BITS, in in_addroute()
246 rt->rt_flags, RTF_BITS); in in_addroute()
251 rt->rt_flags, RTF_BITS); in in_addroute()
257 rt->rt_flags, RTF_BITS); in in_addroute()
279 rt->rt_ifp->if_xname : "", rt->rt_flags, RTF_BITS); in in_deleteroute()
304 rt->rt_flags, RTF_BITS); in in_validate()
412 rt->rt_flags, RTF_BITS); in in_clsroute()
440 RTF_BITS, err); in in_clsroute()
[all …]
/xnu-8020.101.4/bsd/netinet6/
H A Din6_rmx.c259 rt->rt_flags, RTF_BITS, in in6_addroute()
262 rt2->rt_flags, RTF_BITS); in in6_addroute()
324 rt->rt_ifp->if_xname : "", flags, RTF_BITS, in in6_addroute()
325 rt->rt_flags, RTF_BITS); in in6_addroute()
330 rt->rt_flags, RTF_BITS); in in6_addroute()
336 rt->rt_flags, RTF_BITS); in in6_addroute()
364 rt->rt_flags, RTF_BITS); in in6_deleteroute()
390 rt->rt_flags, RTF_BITS); in in6_validate()
497 rt->rt_flags, RTF_BITS); in in6_clsroute()
525 RTF_BITS, err); in in6_clsroute()
[all …]
/xnu-8020.101.4/bsd/net/
H A Droute.c3495 rt->rt_flags, RTF_BITS, abuf, in rtinit_locked()
3519 rt->rt_flags, RTF_BITS, abuf); in rtinit_locked()
3535 rt->rt_flags, RTF_BITS, abuf); in rtinit_locked()
3570 rt->rt_flags, RTF_BITS, abuf); in rtinit_locked()
3596 RTF_BITS, abuf, in rtinit_locked()
3606 RTF_BITS, abuf, in rtinit_locked()
3676 RTF_BITS, abuf); in rtinit_locked()
H A Droute.h324 #define RTF_BITS \ macro