Searched refs:__route_copy (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | route.c | 347 static void __route_copy(const struct route *, struct route*, size_t len); 4112 __route_copy(src, dst, length); in route_copyout() 4146 __route_copy(src, dst, length); in route_copyin() 4181 __route_copy(src, dst, length); in route_copyin() 4561 __route_copy(const struct route *src, struct route *dst, size_t len) in __route_copy() function
|