Searched refs:descriptor_recv (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/tools/regression/capsicum/syscalls/ |
| HD | misc.h | 57 int descriptor_recv(int sock, int *fdp);
|
| HD | cap_ioctls_limit.c | 247 CHECK(descriptor_recv(sock, &fd) == 0); in ioctl_tests_recv_0() 259 CHECK(descriptor_recv(sock, &fd) == 0); in ioctl_tests_recv_0() 274 CHECK(descriptor_recv(sock, &fd) == 0); in ioctl_tests_recv_0() 292 CHECK(descriptor_recv(sock, &fd) == 0); in ioctl_tests_recv_0()
|
| HD | cap_fcntls_limit.c | 283 CHECK(descriptor_recv(sock, &fd) == 0); in fcntl_tests_recv_0() 303 CHECK(descriptor_recv(sock, &fd) == 0); in fcntl_tests_recv_0() 327 CHECK(descriptor_recv(sock, &fd) == 0); in fcntl_tests_recv_0() 361 CHECK(descriptor_recv(sock, &fd) == 0); in fcntl_tests_recv_0()
|
| HD | misc.c | 83 descriptor_recv(int sock, int *fdp) in descriptor_recv() function
|