Lines Matching +defs:val +defs:mode
469 putuint8(isc_buffer_t **b, isc_uint8_t val);
1239 unsigned int mode = 0;
1274 mode = DNS_RDATASETATTR_FIXEDORDER;
1276 mode = 0;
1279 mode = DNS_RDATASETATTR_RANDOMIZE;
1281 mode = 0;
1292 rdtype, rdclass, mode);
1298 rdtype, rdclass, mode));
3064 obj2 = cfg_tuple_get(obj, "mode");
3085 obj2 = cfg_tuple_get(obj, "mode");
3087 CHECKM(ISC_R_FAILURE, "dnstap-output mode not found");
4970 isc_uint32_t val = cfg_obj_asuint32(portobj);
4971 if (val > ISC_UINT16_MAX) {
4973 "port '%u' out of range", val);
4976 port = (in_port_t) val;
5008 isc_uint32_t val = cfg_obj_asuint32(portobj);
5009 if (val > ISC_UINT16_MAX) {
5013 val);
5016 myport = (in_port_t) val;
5061 isc_uint32_t val = cfg_obj_asuint32(portobj);
5062 if (val > ISC_UINT16_MAX) {
5064 "port '%u' out of range", val);
5067 port = (in_port_t) val;
7723 * used if we're in lwresd mode. This way is easier.
8593 * Place the task manager into privileged mode. This
8594 * ensures that after we leave task-exclusive mode, no
13178 putuint8(isc_buffer_t **b, isc_uint8_t val) {
13185 isc_buffer_putuint8(*b, val);