Module syscalls

Source
Expand description

linux_raw syscalls supporting rustix::net.

ยงSafety

See the rustix::backend module documentation for details.

Functionsยง

accept ๐Ÿ”’
accept_with ๐Ÿ”’
acceptfrom ๐Ÿ”’
acceptfrom_with ๐Ÿ”’
bind ๐Ÿ”’
connect ๐Ÿ”’
connect_unspec ๐Ÿ”’
getpeername ๐Ÿ”’
getsockname ๐Ÿ”’
listen ๐Ÿ”’
recv ๐Ÿ”’ โš 
recvfrom ๐Ÿ”’ โš 
recvmsg ๐Ÿ”’
send ๐Ÿ”’
sendmmsg ๐Ÿ”’
sendmsg ๐Ÿ”’
sendmsg_addr ๐Ÿ”’
sendto ๐Ÿ”’
shutdown ๐Ÿ”’
socket ๐Ÿ”’
socket_with ๐Ÿ”’
socketpair ๐Ÿ”’