Home
last modified time | relevance | path

Searched refs:route_copyin (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Droute.h651 extern void route_copyin(struct route *, struct route *, size_t);
H A Droute.c3986 route_copyin(struct route *src, struct route *dst, size_t length) in route_copyin() function
H A Ddlil.c10036 route_copyin(src, &ifp->if_src_route, sizeof(*src)); in ifp_src_route_copyin()
10062 route_copyin((struct route *)src, in ifp_src_route6_copyin()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_pcb.c1624 route_copyin((struct route *)src, (struct route *)dst, sizeof(*src)); in in6p_route_copyin()
H A Dipsec.c3900 route_copyin(&ro4_copy, ro4, sizeof(struct route)); in ipsec6_output_tunnel_internal()
4946 route_copyin(&ro, (struct route *)&sav->sah->sa_route, sizeof(struct route)); in ipsec_send_natt_keepalive()
5021 route_copyin((struct route *)&ro6, (struct route *)&sav->sah->sa_route, sizeof(struct route_in6)); in ipsec_send_natt_keepalive()
/xnu-8019.80.24/bsd/netinet/
H A Dip_input.c3392 route_copyin(src, dst, sizeof(*src)); in ip_fwd_route_copyin()
H A Din_pcb.c3044 route_copyin(src, dst, sizeof(*src)); in inp_route_copyin()