Home
last modified time | relevance | path

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

/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c53 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
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c161 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol() function
654 { "ExpectedProtocol", &parse_protocol },