Searched refs:linux_connect (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_socket.h | 253 int linux_connect(struct thread *, struct linux_connect_args *);
|
| D | linux_socket.c | 773 linux_connect(struct thread *td, struct linux_connect_args *args) in linux_connect() function 1744 return (linux_connect(td, arg)); in linux_socketcall()
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 62 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| D | linux_proto.h | 1144 int linux_connect(struct thread *, struct linux_connect_args *);
|