Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/netinet6/
H A Din6_rmx.c255 rt->rt_flags, RTF_BITS, in in6_addroute()
258 rt2->rt_flags, RTF_BITS); in in6_addroute()
320 rt->rt_ifp->if_xname : "", flags, RTF_BITS, in in6_addroute()
321 rt->rt_flags, RTF_BITS); in in6_addroute()
326 rt->rt_flags, RTF_BITS); in in6_addroute()
332 rt->rt_flags, RTF_BITS); in in6_addroute()
360 rt->rt_flags, RTF_BITS); in in6_deleteroute()
386 rt->rt_flags, RTF_BITS); in in6_validate()
493 rt->rt_flags, RTF_BITS); in in6_clsroute()
521 RTF_BITS, err); in in6_clsroute()
[all …]
/xnu-8019.80.24/bsd/net/
H A Droute.c3500 rt->rt_flags, RTF_BITS, abuf, in rtinit_locked()
3524 rt->rt_flags, RTF_BITS, abuf); in rtinit_locked()
3540 rt->rt_flags, RTF_BITS, abuf); in rtinit_locked()
3575 rt->rt_flags, RTF_BITS, abuf); in rtinit_locked()
3601 RTF_BITS, abuf, in rtinit_locked()
3611 RTF_BITS, abuf, in rtinit_locked()
3681 RTF_BITS, abuf); in rtinit_locked()
H A Droute.h321 #define RTF_BITS \ macro