HomeSort by: relevance | last modified time | path
    Searched defs:parse_port (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/src/generic/
svcb.h 151 static int32_t parse_port( function
460 SVC_PARAM("port", 3u, MANDATORY_VALUE, parse_port, parse_port),
  /src/external/mpl/bind/dist/bin/tests/
test_client.c 74 parse_port(const char *input) { function
184 RUNTIME_CHECK(parse_port("53000") == ISC_R_SUCCESS);
214 RUNTIME_CHECK(parse_port(optarg) == ISC_R_SUCCESS);
test_server.c 56 parse_port(const char *input) { function
119 RUNTIME_CHECK(parse_port("53000") == ISC_R_SUCCESS);
146 RUNTIME_CHECK(parse_port(optarg) == ISC_R_SUCCESS);
  /src/external/mpl/bind/dist/bin/named/
main.c 813 parse_port(char *arg) { function
943 parse_port(isc_commandline_argument);
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 111 u_int16_t parse_port(int);
228 s->port = parse_port(s->cmd);
829 parse_port(int mode) function
1000 s->port = parse_port(s->cmd);
  /src/external/bsd/libevent/dist/
http.c 4569 parse_port(const char *s, const char *eos) function
4666 else if ((uri->port = parse_port(port+1, eos))<0)
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4567 parse_port(const char *s, const char *eos) function
4664 else if ((uri->port = parse_port(port+1, eos))<0)
  /src/external/mpl/bind/dist/lib/isccfg/
namedconf.c 1127 parse_port(cfg_parser_t *pctx, cfg_obj_t **ret) { function
1150 CHECK(parse_port(pctx, ret));
1161 CHECK(parse_port(pctx, &obj->value.tuple[0]));
1162 CHECK(parse_port(pctx, &obj->value.tuple[1]));
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
namedconf.c 988 parse_port(cfg_parser_t *pctx, cfg_obj_t **ret) { function
1011 CHECK(parse_port(pctx, ret));
1022 CHECK(parse_port(pctx, &obj->value.tuple[0]));
1023 CHECK(parse_port(pctx, &obj->value.tuple[1]));

Completed in 41 milliseconds