Searched refs:_ctrl (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c472 isccc_sexpr_t *alist, *_ctrl, *_data; local
486 _ctrl = isccc_alist_create();
487 if (_ctrl == NULL)
489 if (isccc_alist_define(alist, "_ctrl", _ctrl) == NULL) {
490 isccc_sexpr_free(&_ctrl);
502 if (isccc_cc_defineuint32(_ctrl, "_ser", serial) == NULL ||
503 isccc_cc_defineuint32(_ctrl, "_tim", now) == NULL ||
505 isccc_cc_defineuint32(_ctrl, "_exp", expires) == NULL))
508 isccc_cc_definestring(_ctrl, "_fr
539 isccc_sexpr_t *ack, *_ctrl; local
588 isccc_sexpr_t *_ctrl; local
601 isccc_sexpr_t *_ctrl; local
617 isccc_sexpr_t *alist, *_ctrl, *_data; local
810 isccc_sexpr_t *_ctrl; local
[all...]
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c254 isccc_sexpr_t *_ctrl; local
285 _ctrl = isccc_alist_lookup(response, "_ctrl");
286 if (_ctrl == NULL)
287 fatal("_ctrl section missing");
289 if (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS)
302 _ctrl = isccc_alist_lookup(request, "_ctrl");
303 if (_ctrl == NULL)
304 fatal("_ctrl sectio
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dcontrolconf.c337 isccc_sexpr_t *_ctrl; local
398 _ctrl = isccc_alist_lookup(request, "_ctrl");
399 if (_ctrl == NULL) {
404 if (isccc_cc_lookupuint32(_ctrl, "_tim", &sent) == ISC_R_SUCCESS) {
417 if (isccc_cc_lookupuint32(_ctrl, "_exp", &exp) == ISC_R_SUCCESS &&
436 (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS ||
476 _ctrl = isccc_alist_lookup(response, "_ctrl");
477 if (_ctrl
[all...]

Completed in 221 milliseconds