Go to the source code of this file.
|
OPEN_NET_GLOBAL unsigned short * | ARP_Destination (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns a pointer to the requested address. More...
|
|
unsigned short | ARP_Protocol (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns the protocol. More...
|
|
OPEN_NET_GLOBAL unsigned short * | ARP_Source (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns a pointer to the source address. More...
|
|
- Author
- KMS - Martin Dubois, ing.
- Copyright
- Copyright © 2018-2019 KMS. All rights reserved.
OPEN_NET_GLOBAL unsigned short* ARP_Destination |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns a pointer to the requested address.
- Parameters
-
aData | A pointer to the ARP header |
- Returns
- This function returns a pointer to the requested address.
unsigned short ARP_Protocol |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns the protocol.
- Parameters
-
aData | A pointer to the ARP header |
- Returns
- This function returns the protocol.
OPEN_NET_GLOBAL unsigned short* ARP_Source |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns a pointer to the source address.
- Parameters
-
aData | A pointer to the ARP header |
- Returns
- This function returns a pointer to the source address.