Searched refs:should_negotiate (Results 1 – 1 of 1) sorted by relevance
198 static const char *should_negotiate; variable1166 should_negotiate = *(++argv); in main()1844 if (should_negotiate && ret == EXIT_SUCCESS && in main()1845 strcmp(should_negotiate, "fail-server") != 0 && in main()1846 strcmp(should_negotiate, "fail-client") != 0) { in main()2221 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit_localhost()2223 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit_localhost()2596 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit_biopair()2598 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit_biopair()2883 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit()[all …]
Completed in 12 milliseconds