ADC Advanced Policy Expressions

DNS_RES_T


Operates on DNS Response. This is the starting point for accessing response side dns packet

This topic lists the expressions that are provided by this class.

  • HEADER

    Returns DNS response header which contains response code information.

Returns: dns_header_t

  • OPT

    Returns the OPT record (if it exists) in the additional section.

Returns: dns_opt_t

  • QUESTION

    Returns DNS question which has domain and resource record information.

Returns: dns_question_t

  • TRANSPORT

    Returns DNS transport layer protocol type.

Returns: dns_transport_e

DNS_RES_T

In this article