Lines Matching defs:optcode
3444 isc_uint16_t optcode, optlen;
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) {
3607 if (optcode == DNS_OPT_COOKIE) {
3629 if (optcode == DNS_OPT_CLIENT_SUBNET) {
3705 isc_uint16_t optcode, optlen;
3763 optcode = isc_buffer_getuint16(&optbuf);
3769 if (optcode == DNS_OPT_NSID) {
3771 } else if (optcode == DNS_OPT_COOKIE) {
3773 } else if (optcode == DNS_OPT_CLIENT_SUBNET) {
3789 } else if (optcode == DNS_OPT_EXPIRE) {
3806 } else if (optcode == DNS_OPT_PAD) {
3808 } else if (optcode == DNS_OPT_KEY_TAG) {
3826 snprintf(buf, sizeof(buf), "%u", optcode);
3837 switch (optcode) {
3852 if (optcode == DNS_OPT_COOKIE) {
3874 if (optcode == DNS_OPT_CLIENT_SUBNET) {