Home
last modified time | relevance | path

Searched refs:SYSCALL_NICRECV (Results 1 – 3 of 3) sorted by relevance

/sys/include/
Dsyscall.h44 #define SYSCALL_NICRECV 0x42 macro
/lib/libc/
Dsyscall.c151 return syscall(SYSCALL_NICRECV, nicNo, mbuf); in OSNICRecv()
/sys/kern/
Dsyscall.c726 case SYSCALL_NICRECV: in Syscall_Entry()