Home
last modified time | relevance | path

Searched defs:listen_fd (Results 1 – 15 of 15) sorted by relevance

/external/strace/tests/
Dnet-y-unix.c61 int listen_fd = socket(AF_UNIX, SOCK_STREAM, 0); in main() local
Dnet-yy-unix.c61 int listen_fd = socket(AF_UNIX, SOCK_STREAM, 0); in main() local
Dnet-yy-inet.c71 const int listen_fd = socket(ADDR_FAMILY, SOCK_STREAM, 0); in main() local
/external/strace/tests-m32/
Dnet-y-unix.c61 int listen_fd = socket(AF_UNIX, SOCK_STREAM, 0); in main() local
Dnet-yy-unix.c61 int listen_fd = socket(AF_UNIX, SOCK_STREAM, 0); in main() local
Dnet-yy-inet.c71 const int listen_fd = socket(ADDR_FAMILY, SOCK_STREAM, 0); in main() local
/external/strace/tests-mx32/
Dnet-yy-unix.c61 int listen_fd = socket(AF_UNIX, SOCK_STREAM, 0); in main() local
Dnet-y-unix.c61 int listen_fd = socket(AF_UNIX, SOCK_STREAM, 0); in main() local
Dnet-yy-inet.c71 const int listen_fd = socket(ADDR_FAMILY, SOCK_STREAM, 0); in main() local
/external/liburing/test/
Daccept-reuse.c43 int ret, listen_fd, connect_fd, val, i; in main() local
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc57 const int listen_fd, in CrashGenerationServer()
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc408 static int accept_server(int listen_fd) { in accept_server()
418 int listen_fd = -1; in create_sockets_tcp() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sock_fields.c310 int listen_fd, cli_fd, accept_fd, epfd, err; in test() local
/external/ltp/testcases/network/lib6/
Dasapi_01.c336 static int listen_fd, connect_fd; variable
/external/blktrace/
Dblktrace.c232 int listen_fd, connects, nchs; member