Home
last modified time | relevance | path

Searched refs:parse_port (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/bind/dist/bin/tests/
H A Dtest_server.c56 parse_port(const char *input) { in parse_port()
119 RUNTIME_CHECK(parse_port("53000") == ISC_R_SUCCESS); in parse_options()
146 RUNTIME_CHECK(parse_port(optarg) == ISC_R_SUCCESS); in parse_options()
55 parse_port(const char *input) { parse_port() function
H A Dtest_client.c74 parse_port(const char *input) { in parse_port()
184 RUNTIME_CHECK(parse_port("53000") == ISC_R_SUCCESS); in parse_options()
214 RUNTIME_CHECK(parse_port(optarg) == ISC_R_SUCCESS); in parse_options()
73 parse_port(const char *input) { parse_port() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dnamedconf.c988 parse_port(cfg_parser_t *pctx, cfg_obj_t **ret) { in parse_port() function
1011 CHECK(parse_port(pctx, ret)); in parse_portrange()
1022 CHECK(parse_port(pctx, &obj->value.tuple[0])); in parse_portrange()
1023 CHECK(parse_port(pctx, &obj->value.tuple[1])); in parse_portrange()
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dnamedconf.c1133 parse_port(cfg_parser_t *pctx, cfg_obj_t **ret) {
1156 CHECK(parse_port(pctx, ret));
1167 CHECK(parse_port(pctx, &obj->value.tuple[0]));
1168 CHECK(parse_port(pctx, &obj->value.tuple[1]));
1038 parse_port(cfg_parser_t *pctx, cfg_obj_t **ret) { parse_port() function
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c4569 parse_port(const char *s, const char *eos) in parse_port() function
4666 else if ((uri->port = parse_port(port+1, eos))<0) in parse_authority()