Searched defs:parse_uint (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | opt.c | 119 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/tools/ |
H A D | mdig.c | 841 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 D | delv.c | 147 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/ |
H A D | dighost.c | 1107 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");
|
Completed in 33 milliseconds