HomeSort by: relevance | last modified time | path
    Searched refs:linux_sys_sendto (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/compat/linux/common/
linux_socketcall.h 89 #define LINUX_SYS_SENDTO 11
131 #ifndef LINUX_SYS_sendto
280 SYS_DEF(linux_sys_sendto)
linux_socketcall.c 198 case LINUX_SYS_SENDTO:
199 error = linux_sys_sendto(l, (void *)&lda, retval);
linux_socket.c 391 linux_sys_sendto(struct lwp *l, const struct linux_sys_sendto_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/linux32/common/
linux32_socket.c 137 return linux_sys_sendto(l, &ua, retval);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 932 check_syscall_args(linux_sys_sendto)
1523 int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c 990 .sy_call = (sy_call_t *)linux_sys_sendto
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 388 check_syscall_args(linux_sys_sendto)
1616 int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c 580 .sy_call = (sy_call_t *)linux_sys_sendto
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 218 check_syscall_args(linux_sys_sendto)
1421 int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c 263 .sy_call = (sy_call_t *)linux_sys_sendto
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 649 check_syscall_args(linux_sys_sendto)
1734 int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
linux_sysent.c 799 .sy_call = (sy_call_t *)linux_sys_sendto

Completed in 63 milliseconds