Searched defs:optcode (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dmessage.c3444 isc_uint16_t optcode, optlen; local
3511 optcode = isc_buffer_getuint16(&optbuf);
3515 if (optcode == DNS_OPT_NSID) {
3518 } else if (optcode == DNS_OPT_COOKIE) {
3521 } else if (optcode == DNS_OPT_CLIENT_SUBNET) {
3538 } else if (optcode == DNS_OPT_EXPIRE) {
3557 } else if (optcode == DNS_OPT_PAD) {
3560 } else if (optcode == DNS_OPT_KEY_TAG) {
3580 snprintf(buf, sizeof(buf), "%u", optcode);
3592 switch (optcode) {
3705 isc_uint16_t optcode, optlen; local
[all...]
H A Dresolver.c7600 isc_uint16_t optcode; local
7615 optcode = isc_buffer_getuint16(&optbuf);
7618 switch (optcode) {
H A Dzone.c11620 isc_uint16_t optcode; local
11635 optcode = isc_buffer_getuint16(&optbuf);
11640 if (optcode != DNS_OPT_EXPIRE || optlen != 4) {
/bind-9.11.3/bin/named/
H A Dclient.c2115 isc_uint16_t optcode; local
2160 optcode = isc_buffer_getuint16(&optbuf);
2162 switch (optcode) {
/bind-9.11.3/bin/dig/
H A Ddighost.c3728 isc_uint16_t optcode, optlen; local
3739 optcode = isc_buffer_getuint16(&optbuf);
3741 switch (optcode) {

Completed in 86 milliseconds