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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c3591 struct route ro4_copy; local
3637 route_copyout(&ro4_copy, ro4, sizeof(ro4_copy));
3643 if (ro4_copy.ro_rt != NULL) {
3644 rtfree(ro4_copy.ro_rt);
3653 if (ro4_copy.ro_rt != NULL) {
3654 rtfree(ro4_copy.ro_rt);
3664 if (ro4_copy.ro_rt != NULL) {
3665 rtfree(ro4_copy.ro_rt);
3672 if (ro4_copy
[all...]

Completed in 28 milliseconds