Go to the source code of this file.
|
OPEN_NET_GLOBAL unsigned char * | IPv6_Data (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns a pointer to the payload. More...
|
|
unsigned int | IPv6_DataSize (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns the size of the payload. More...
|
|
OPEN_NET_GLOBAL unsigned short * | IPv6_Destination (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns a pointer to the destination address. More...
|
|
unsigned char | IPv6_Protocol (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns the protocol. More...
|
|
OPEN_NET_GLOBAL unsigned short * | IPv6_Source (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns a pointer to the source address. More...
|
|
- Author
- KMS - Martin Dubois, ing.
- Copyright
- Copyright © 1029 KMS. All rights reserved.
OPEN_NET_GLOBAL unsigned char* IPv6_Data |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns a pointer to the payload.
- Parameters
-
aData | A pointer to the IPv6 header |
- Returns
- This function returns a pointer to the payload.
unsigned int IPv6_DataSize |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns the size of the payload.
- Parameters
-
aData | A pointer to the IPv6 header |
- Returns
- This function returns the size of the payload.
OPEN_NET_GLOBAL unsigned short* IPv6_Destination |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns a pointer to the destination address.
- Parameters
-
aData | A pointer to the IPv6 header |
- Returns
- This function returns a pointer to the destination address.
unsigned char IPv6_Protocol |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns the protocol.
- Parameters
-
aData | A pointer to the IPv6 header |
- Returns
- This function returns the protocol.
OPEN_NET_GLOBAL unsigned short* IPv6_Source |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns a pointer to the source address.
- Parameters
-
aData | A pointer to the IPv6 header |
- Returns
- This function returns a pointer to the source address.