Searched refs:tcp_client (Results 1 – 6 of 6) sorted by relevance
18 tcp_client=`which tcp_client`19 if [ -z $tcp_client ]; then21 tcp_client="/tmp/tcp_client"32 $tcp_client 50016 label2 label1 &>/dev/null &52 $tcp_client 50017 label2 label1 2>$test_file &67 $tcp_client 50018 label1 label1 2>$test_file &83 $tcp_client 50019 label1 label1 2>$test_file &99 $tcp_client 50020 label1 \* 2>$test_file &
7 file://tcp_client.c \15 ${CC} tcp_client.c ${LDFLAGS} -o tcp_client23 install -m 0755 tcp_client ${D}${bindir}
985 static int tcp_client(const char *cgroup, unsigned short port) in tcp_client() function1087 if (tcp_client(memcg, port) != KSFT_PASS) in test_memcg_sock()
[all...]