Home
last modified time | relevance | path

Searched refs:sys_bind (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_socksys.c86 return sys_bind(td, passargs); in ibcs2_socksys()
/freebsd-12.1/sys/kern/
H A Duipc_syscalls.c172 sys_bind(struct thread *td, struct bind_args *uap) in sys_bind() function
H A Dinit_sysent.c156 { AS(bind_args), (sy_call_t *)sys_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 104 = bind */
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c163 { AS(bind_args), (sy_call_t *)sys_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 104 = bind */
/freebsd-12.1/sys/sys/
H A Dsysproto.h1868 int sys_bind(struct thread *, struct bind_args *);