Searched refs:parse_uint (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dopt.c119 parse_uint(const char *desc, const char *str, function
220 *opt->u.uintp = parse_uint(opt->desc, optarg,
230 *opt->u.portp = parse_uint(opt->desc, optarg,
/bind-9.11.3/bin/dig/
H A Ddig.c889 result = parse_uint(&num, value, COMMSIZE,
985 result = parse_uint(&num, value, 0x3f, "DSCP");
1012 result = parse_uint(&num,
1139 result = parse_uint(&num, value, MAXNDOTS, "ndots");
1202 result = parse_uint(&num, value, 15, "opcode");
1245 result = parse_uint(&lookup->retries, value,
1318 result = parse_uint(&splitwidth, value,
1382 result = parse_uint(&timeout, value, MAXTIMEOUT,
1421 result = parse_uint(&lookup->retries, value,
1598 result = parse_uint(
[all...]
H A Dnslookup.c615 isc_result_t result = parse_uint(&n, value, 65535, "port");
623 isc_result_t result = parse_uint(&n, value, UINT_MAX, "timeout");
631 isc_result_t result = parse_uint(&n, value, INT_MAX, "tries");
639 isc_result_t result = parse_uint(&n, value, 128, "ndots");
H A Ddighost.c1107 parse_uint(isc_uint32_t *uip, const char *value, isc_uint32_t max, function
1123 result = parse_uint(&tmp, arg, max, desc);
1673 result = parse_uint(&num, code, 65535, "ednsopt");
/bind-9.11.3/bin/tools/
H A Dmdig.c841 parse_uint(isc_uint32_t *uip, const char *value, isc_uint32_t max, function
864 result = parse_uint(&num, code, 65535, "ednsopt");
1135 result = parse_uint(&num, value, COMMSIZE,
1137 CHECK("parse_uint(buffer size)", result);
1218 result = parse_uint(&num, value, 0x3f, "DSCP");
1219 CHECK("parse_uint(DSCP)", result);
1244 result = parse_uint(&num,
1248 CHECK("parse_uint(edns)",
1333 result = parse_uint(&query->udpretries,
1337 CHECK("parse_uint(udpretrie
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c147 parse_uint(isc_uint32_t *uip, const char *value, isc_uint32_t max,
783 result = parse_uint(&destport, port, 0xffff, "port");
872 result = parse_uint(&destport, port, 0xffff, "port");
957 parse_uint(isc_uint32_t *uip, const char *value, isc_uint32_t max, function
1111 result = parse_uint(&splitwidth, value,
1260 result = parse_uint(&num, hash + 1, 0xffff, "port");
1305 result = parse_uint(&num, value, 99, "debug level");
/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h347 parse_uint(isc_uint32_t *uip, const char *value, isc_uint32_t max,

Completed in 45 milliseconds