Searched refs:parse_protocol (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/usr.bin/getaddrinfo/ |
H A D | getaddrinfo.c | 56 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 D | test_server.c | 70 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 D | test_client.c | 88 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 D | inetd.h | 253 int parse_protocol(struct servtab *);
|
H A D | parse.c | 693 if (parse_protocol(sep)) { in getconfigent() 993 parse_protocol(struct servtab *sep) in parse_protocol() function
|
H A D | parse_v2.c | 767 if (parse_protocol(sep)) in protocol_handler()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/ |
H A D | ssl_test_ctx.c | 161 __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 D | ssl_test_ctx.c | 164 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol() function 651 { "ExpectedProtocol", &parse_protocol },
|