| 171 | } |
| 172 | |
| 173 | static int |
| 174 | ff_sys_setsockopt(struct ff_setsockopt_args *args) |
| 175 | { |
| 176 | return ff_setsockopt(args->fd, args->level, args->name, |
| 177 | args->optval, args->optlen); |
| 178 | } |
| 179 | |
| 180 | static int |
| 181 | ff_sys_accept(struct ff_accept_args *args) |
no test coverage detected