Home
last modified time | relevance | path

Searched refs:linux_connect (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/compat/linux/
Dlinux_socket.h253 int linux_connect(struct thread *, struct linux_connect_args *);
Dlinux_socket.c773 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/
Dlinux_sysent.c62 …{ AS(linux_connect_args), (sy_call_t *)linux_connect, AUE_CONNECT, NULL, 0, 0, 0, SY_THR_STATIC },…
Dlinux_proto.h1144 int linux_connect(struct thread *, struct linux_connect_args *);