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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c2352 struct route fwd_rt; local
2407 ip_fwd_route_copyout(ifp, &fwd_rt);
2409 sin = (struct sockaddr_in *)(void *)&fwd_rt.ro_dst;
2410 if (fwd_rt.ro_rt == NULL ||
2411 fwd_rt.ro_rt->generation_id != route_generation ||
2413 if (fwd_rt.ro_rt != NULL) {
2414 rtfree(fwd_rt.ro_rt);
2415 fwd_rt.ro_rt = NULL;
2421 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif);
2422 if (fwd_rt
[all...]

Completed in 24 milliseconds