Searched refs:rt2 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_rmx.c215 struct rtentry *rt2; local
221 rt2 = rtalloc1_scoped_locked((struct sockaddr *)sin6, 0,
223 if (rt2) {
224 RT_LOCK(rt2);
225 if ((rt2->rt_flags & RTF_LLINFO) &&
226 (rt2->rt_flags & RTF_HOST) &&
227 rt2->rt_gateway != NULL &&
228 rt2->rt_gateway->sa_family == AF_LINK) {
235 RT_UNLOCK(rt2);
236 (void) rtrequest_locked(RTM_DELETE, rt_key(rt2),
247 struct rtentry *rt2; local
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c161 struct rtentry *rt2; local
167 rt2 = rtalloc1_scoped_locked(rt_key(rt), 0,
169 if (rt2) {
170 RT_LOCK(rt2);
171 if ((rt2->rt_flags & RTF_LLINFO) &&
172 (rt2->rt_flags & RTF_HOST) &&
173 rt2->rt_gateway != NULL &&
174 rt2->rt_gateway->sa_family == AF_LINK) {
181 RT_UNLOCK(rt2);
182 rtrequest_locked(RTM_DELETE, rt_key(rt2),
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Droute.c1918 struct rtentry *rt2; local
1927 rt2 = rtalloc1_scoped_locked(dst0, 0,
1930 rt2 = rtalloc1_locked(dst, 0,
1933 if (rt2 && rt2->rt_parent) {
1936 * rt_gateway of rt2 will not change.
1938 (void) rtrequest_locked(RTM_DELETE, rt_key(rt2),
1939 rt2->rt_gateway, rt_mask(rt2),
1940 rt2
[all...]

Completed in 27 milliseconds