#include "MiniIp.h"
Go to the source code of this file.
Functions |
uint16_t | IcmpChksum (uint16_t *p, uint32_t len) |
Detailed Description
Definition in file MiniIp.c.
Function Documentation
uint16_t IcmpChksum |
( |
uint16_t * |
p, |
|
|
uint32_t |
len | |
|
) |
| | |
Process & return the ICMP checksum
- Parameters:
-
| p | Pointer to the buffer to process |
| len | The length of the buffered data |
Definition at line 45 of file MiniIp.c.