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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c705 struct route ro_copy; local
718 bzero(&ro_copy, sizeof(ro_copy));
736 if (ro_copy.ro_rt != NULL) {
737 rtfree(ro_copy.ro_rt);
795 route_copyout(&ro_copy, ro, sizeof(ro_copy));
803 if (ro_copy.ro_rt != NULL) {
804 rtfree(ro_copy.ro_rt);
813 if (ro_copy
[all...]

Completed in 19 milliseconds