Home
last modified time | relevance | path

Searched refs:LISTEN_BACKLOG (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h60 #define LISTEN_BACKLOG 10 macro
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_s.c83 if (listen(s, LISTEN_BACKLOG) < 0) { in main()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c76 #define LISTEN_BACKLOG 10 macro
244 if (listen (self->main_socket, LISTEN_BACKLOG) < 0) in sp_writer_create()