Expand description
Domain-specific syscall wrappers for the network strate.
Modules§
Structs§
Enums§
Functions§
- clock_
gettime_ ns - Implements clock gettime ns.
- debug_
log - Implements debug log.
- exit
- Implements exit.
- ipc_
try_ recv - Implements ipc try recv.
- nanosleep
- Implements nanosleep.
- net_
info - Implements net info.
- net_
recv - Implements net recv.
- net_
send - Implements net send.
- proc_
yield - Implements proc yield.
- syscall0⚠
- Invoke a syscall with no argument registers.
- syscall2⚠
- Invoke a syscall with two arguments (
rdi,rsi).