Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dsyscall.h101 #define SYS_recvfrom 29 macro
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dproc-events.c353 syscall_table[SYS_recvfrom] = "recvfrom"; in init_syscall_table()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dproc-events.c353 syscall_table[SYS_recvfrom] = "recvfrom"; in init_syscall_table()
/netbsd/sys/rump/librump/rumpkern/
H A Drump_syscalls.c582 error = rsys_syscall(SYS_recvfrom, &callarg, sizeof(callarg), retval); in rump___sysimpl_recvfrom()