Searched refs:rtflags (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c1572 u_long rtflags; local
1658 rtflags = ifa->ifa_flags | RTF_CLONING | RTF_UP;
1661 rtflags |= RTF_CLONING;
1666 rtflags &= ~RTF_CLONING;
1670 rtflags, &rt);
1683 ip6_sprintf(&mask6.sin6_addr), rtflags, error));
H A Din6_ifattach.c948 short rtflags; local
987 rtflags = rt->rt_flags;
993 rtflags, (struct rtentry **)0); local

Completed in 31 milliseconds