Lines Matching defs:num
798 isc_uint32_t num;
889 result = parse_uint(&num, value, COMMSIZE,
893 lookup->udpsize = num;
985 result = parse_uint(&num, value, 0x3f, "DSCP");
988 lookup->dscp = num;
1012 result = parse_uint(&num,
1019 lookup->edns = num;
1031 result = parse_xint(&num,
1038 lookup->ednsflags = num;
1139 result = parse_uint(&num, value, MAXNDOTS, "ndots");
1142 ndots = num;
1192 for (num = 0;
1193 num < sizeof(opcodetext)/sizeof(opcodetext[0]);
1194 num++) {
1195 if (strcasecmp(opcodetext[num], value) == 0)
1198 if (num < 16) {
1199 lookup->opcode = (dns_opcode_t)num;
1202 result = parse_uint(&num, value, 15, "opcode");
1205 lookup->opcode = (dns_opcode_t)num;
1518 isc_uint32_t num;
1598 result = parse_uint(&num, hash + 1, MAXPORT,
1602 srcport = num;
1645 result = parse_uint(&num, value, MAXPORT, "port number");
1648 port = num;