Searched refs:route_copyin (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | route_private.h | 509 extern void route_copyin(struct route *, struct route *, size_t);
|
| H A D | dlil.c | 6187 route_copyin(src, &ifp->if_src_route, sizeof(*src)); in ifp_src_route_copyin() 6213 route_copyin((struct route *)src, in ifp_src_route6_copyin()
|
| H A D | route.c | 4126 route_copyin(struct route *src, struct route *dst, size_t length) in route_copyin() function
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_pcb.c | 1696 route_copyin((struct route *)src, (struct route *)dst, sizeof(*src)); in in6p_route_copyin()
|
| H A D | ipsec.c | 4176 route_copyin(&ro4_copy, ro4, sizeof(struct route)); in ipsec6_output_tunnel_internal() 5242 route_copyin(&ro, (struct route *)&sav->sah->sa_route, sizeof(struct route)); in ipsec_send_natt_keepalive() 5317 route_copyin((struct route *)&ro6, (struct route *)&sav->sah->sa_route, sizeof(struct route_in6)); in ipsec_send_natt_keepalive()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | ip_input.c | 3038 route_copyin(src, dst, sizeof(*src)); in ip_fwd_route_copyin()
|
| H A D | in_pcb.c | 3184 route_copyin(src, dst, sizeof(*src)); in inp_route_copyin()
|