Home | History | Annotate | Download | only in adb

Lines Matching refs:LISTEN_BACKLOG

889 #define LISTEN_BACKLOG 4
947 if (listen(s, LISTEN_BACKLOG) == SOCKET_ERROR) {