PA IP Info Valid Bit Definitions
PA LLD Constants (enum's and define's)

PA IP Info Valid Bit Definitions

Bitmap definition of the validBitMap in paIpInfo2_t.

#define pa_IP_INFO_VALID_SRC   (1<<0)
#define pa_IP_INFO_VALID_DST   (1<<1)
#define pa_IP_INFO_VALID_SPI   (1<<2)
#define pa_IP_INFO_VALID_FLOW   (1<<3)
#define pa_IP_INFO_VALID_GREPROTO   (1<<4)
#define pa_IP_INFO_VALID_PROTO   (1<<5)
#define pa_IP_INFO_VALID_TOS   (1<<6)
#define pa_IP_INFO_VALID_SCTPPORT   (1<<7)

Define Documentation

#define pa_IP_INFO_VALID_DST   (1<<1)
  • Destination IP address is present
#define pa_IP_INFO_VALID_FLOW   (1<<3)
  • IPv6 flow label is present
#define pa_IP_INFO_VALID_GREPROTO   (1<<4)
  • GRE protocol field is present
#define pa_IP_INFO_VALID_PROTO   (1<<5)
  • IPv4 protocol or IPv6 next header is present
#define pa_IP_INFO_VALID_SCTPPORT   (1<<7)
  • SCTP destination port is present
#define pa_IP_INFO_VALID_SPI   (1<<2)
  • 32-bit Security Parameters Index of IPSEC ESP/AH is present
#define pa_IP_INFO_VALID_SRC   (1<<0)
  • Source IP address is present
#define pa_IP_INFO_VALID_TOS   (1<<6)
  • IPv4 type of service or IPv6 traffic class is present

Copyright 2014, Texas Instruments Incorporated