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

/freebsd-current/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c53 static bool parse_protocol(const char *, int *);
101 if (!parse_protocol(optarg, &hints.ai_protocol)) {
143 if (!parse_protocol(p, &hints.ai_protocol)) {
186 parse_protocol(const char *string, int *protop) function
/freebsd-current/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c161 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) function
654 { "ExpectedProtocol", &parse_protocol },

Completed in 168 milliseconds