Searched refs:parse_protocol (Results 1 – 2 of 2) sorted by relevance
53 static bool parse_protocol(const char *, int *);101 if (!parse_protocol(optarg, &hints.ai_protocol)) { in main()143 if (!parse_protocol(p, &hints.ai_protocol)) { in main()186 parse_protocol(const char *string, int *protop) in parse_protocol() function
161 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol() function654 { "ExpectedProtocol", &parse_protocol },