Home
last modified time | relevance | path

Searched defs:listen_fd (Results 1 – 13 of 13) 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-mx32/
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/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/ltp/testcases/network/lib6/
Dasapi_01.c336 static int listen_fd, connect_fd; variable
/external/blktrace/
Dblktrace.c232 int listen_fd, connects, nchs; member