Home
last modified time | relevance | path

Searched refs:MAX_CONNECTION (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/network/nfsv4/locks/
Dnetsync.c6 #define MAX_CONNECTION 16 macro
68 if (listen(sock, MAX_CONNECTION) == -1) { in setupConnectionServer()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c63 #define MAX_CONNECTION 10 macro
72 static int sockfd, netfd[MAX_CONNECTION] = {[0 ... MAX_CONNECTION-1] = -1};
148 max_connection = MAX_CONNECTION; in main()