Lines Matching defs:optcode
2532 uint16_t optcode, optlen;
2582 optcode = isc_buffer_getuint16(&optbuf);
2586 if (optcode == DNS_OPT_NSID) {
2588 } else if (optcode == DNS_OPT_COOKIE) {
2590 } else if (optcode == DNS_OPT_CLIENT_SUBNET) {
2606 } else if (optcode == DNS_OPT_EXPIRE) {
2623 } else if (optcode == DNS_OPT_PAD) {
2625 } else if (optcode == DNS_OPT_KEY_TAG) {
2641 } else if (optcode == DNS_OPT_EDE) {
2655 } else if (optcode == DNS_OPT_ZONEVERSION) {
2697 snprintf(buf, sizeof(buf), "%u", optcode);
2708 switch (optcode) {
2723 if (optcode == DNS_OPT_COOKIE) {
2732 if (optcode == DNS_OPT_CLIENT_SUBNET) {