Network · Section 2
(2)
Signature
#include <unistd.h>
— accept4();Description
Architecture mapping
| Architecture | Number | ABI | Entry point |
|---|---|---|---|
| x86 (i386) | 364 | i386 | sys_accept4 |
| x64 (x86_64) | 288 | common | sys_accept4 |
| ARM64 (aarch64) | 242 | — | sys_accept4 |
Kernel history
Introduced in Linux —.
seccomp & containers
Docker default profile
Allowed
Podman default profile
Allowed
strace example
$ strace -e accept4 <cmd>