#include <qaGobiApiQos.h>
|
BYTE | tx_rx_qos_filter_error_len |
|
ULONG * | pTxRx_qos_filter_error |
|
This structure contains the Tx or Rx QoS Filter Parameters Error
- Parameters
-
tx_rx_qos_filter_error_len | [in][out]
- Number of sets of the tx_rx_qos_filter_error
|
pTxRx_qos_filter_error | [out]
- Tx QoS filter parameters error mask.
- Values:
- QMI_QOS_FILTER_PARAM_NONE (0x0000000000000000) - No errors
- QMI_QOS_FILTER_PARAM_IP_VERSION (0x0000000000000001) - IP version
- QMI_QOS_FILTER_PARAM_IPV4_SRC_ADDR (0x0000000000000002) - IPv4 source address
- QMI_QOS_FILTER_PARAM_IPV4_DEST_ADDR (0x0000000000000004) - IPv4 destination address
- QMI_QOS_FILTER_PARAM_IPV4_TOS (0x0000000000000008) - IPv4 type of service
- QMI_QOS_FILTER_PARAM_IPV6_SRC_ADDR (0x0000000000000010) - IPv6 source address
- QMI_QOS_FILTER_PARAM_IPV6_DEST_ADDR (0x0000000000000020) - IPv6 destination address
- QMI_QOS_FILTER_PARAM_IPV6_TRF_CLS (0x0000000000000040) - IPv6 traffic class
- QMI_QOS_FILTER_PARAM_IPV6_FLOW_LABEL (0x0000000000000080) - IPv6 flow label
- QMI_QOS_FILTER_PARAM_XPORT_PROT (0x0000000000000100) - Transport protocol
- QMI_QOS_FILTER_PARAM_TCP_SRC_PORT (0x0000000000000200) - TCP source port
- QMI_QOS_FILTER_PARAM_TCP_DEST_PORT (0x0000000000000400) - TCP destination port
- QMI_QOS_FILTER_PARAM_UDP_SRC_PORT (0x0000000000000800) - UDP source port
- QMI_QOS_FILTER_PARAM_UDP_DEST_PORT (0x0000000000001000) - UDP destination port
- QMI_QOS_FILTER_PARAM_ICMP_TYPE (0x0000000000002000) - ICMP type
- QMI_QOS_FILTER_PARAM_ICMP_CODE (0x0000000000004000) - ICMP code
- QMI_QOS_FILTER_PARAM_ESP_SPI (0x0000000000008000) - Encapsulating SPI
- QMI_QOS_FILTER_PARAM_AH_SPI (0x0000000000010000) - Authentication header SPI
|
The documentation for this struct was generated from the following file: