rustix
0.38.42
In rustix::
backend::
net::
syscalls
Function
rustix
::
backend
::
net
::
syscalls
::
acceptfrom
Copy item path
source
ยท
[
−
]
pub(crate) fn acceptfrom( fd:
BorrowedFd
<'_>, ) ->
Result
<(
OwnedFd
,
Option
<
SocketAddrAny
>)>