ADC Advanced Policy Expressions

UDP_PROTOCOL_CLIENT_T


UDP Protocol - Client Side

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

  • SRCPORT

    Returns the current packet's UDP source port as a number.

Returns: num_at

  • DSTPORT

    Returns the current packet's UDP destination port as a number.

Returns: num_at

  • LENGTH

    Returns the current packet's UDP length as a number.

Returns: num_at

  • CHECKSUM

    Returns the current packet's UDP checksum as a number.

Returns: num_at

  • PAYLOAD

    Returns the current packet's UDP Payload.

Returns: text_t

  • DNS

    Returns DNS data for the current packet's UDP source port.

Returns: udp_dns_req_protocol_t

  • RADIUS

    Returns RADIUS data for the current packet.

Returns: radius_protocol_t

  • LB_VSERVER

    Returns the LB vserver serving the current request.

Returns: vserver_t

  • CS_VSERVER

    Returns the CS vserver serving the current request.

Returns: vserver_t

UDP_PROTOCOL_CLIENT_T

In this article