Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c56 static bool parse_protocol(const char *, int *);
99 if (!parse_protocol(optarg, &hints.ai_protocol)) { in main()
138 if (!parse_protocol(p, &hints.ai_protocol)) { in main()
181 parse_protocol(const char *string, int *protop) in parse_protocol() function
/netbsd-src/external/mpl/bind/dist/bin/tests/
H A Dtest_server.c70 parse_protocol(const char *input) { in parse_protocol()
118 RUNTIME_CHECK(parse_protocol("UDP") == ISC_R_SUCCESS); in parse_options()
150 RUNTIME_CHECK(parse_protocol(optarg) == ISC_R_SUCCESS); in parse_options()
69 parse_protocol(const char *input) { parse_protocol() function
H A Dtest_client.c88 parse_protocol(const char *input) { in parse_protocol()
183 RUNTIME_CHECK(parse_protocol("UDP") == ISC_R_SUCCESS); in parse_options()
218 RUNTIME_CHECK(parse_protocol(optarg) == ISC_R_SUCCESS); in parse_options()
87 parse_protocol(const char *input) { parse_protocol() function
/netbsd-src/usr.sbin/inetd/
H A Dinetd.h253 int parse_protocol(struct servtab *);
H A Dparse.c693 if (parse_protocol(sep)) { in getconfigent()
993 parse_protocol(struct servtab *sep) in parse_protocol() function
H A Dparse_v2.c767 if (parse_protocol(sep)) in protocol_handler()
/netbsd-src/crypto/external/bsd/openssl/dist/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 },
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test_ctx.c164 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol() function
651 { "ExpectedProtocol", &parse_protocol },