|
@@ -58,12 +58,12 @@ typedef struct IPV6HopByHopOptionsHeaderFormatTag {
|
|
unsigned long ulJumboPayloadLen;
|
|
unsigned long ulJumboPayloadLen;
|
|
} IPV6HopByHopOptionsHeader;
|
|
} IPV6HopByHopOptionsHeader;
|
|
|
|
|
|
-typedef struct IPV6AuthenticationHeaderFormatTag {
|
|
|
|
|
|
+struct bcm_ipv6_authentication_hdr {
|
|
unsigned char ucNextHeader;
|
|
unsigned char ucNextHeader;
|
|
unsigned char ucLength;
|
|
unsigned char ucLength;
|
|
unsigned short usReserved;
|
|
unsigned short usReserved;
|
|
unsigned long ulSecurityParametersIndex;
|
|
unsigned long ulSecurityParametersIndex;
|
|
-} IPV6AuthenticationHeader;
|
|
|
|
|
|
+};
|
|
|
|
|
|
enum bcm_ipaddr_context {
|
|
enum bcm_ipaddr_context {
|
|
eSrcIpAddress,
|
|
eSrcIpAddress,
|