ReactOS 0.4.15-dev-7127-g2dd0c6c
|
Go to the source code of this file.
Functions | |
static u32_t | chksum (void *dataptr, u16_t len) |
u16_t | inet_chksum_pseudo (struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t proto, u32_t proto_len) |
u16_t | inet_chksum (void *dataptr, u16_t len) |
u16_t | inet_chksum_pbuf (struct pbuf *p) |
Functions common to all TCP/IPv6 modules, such as the Internet checksum and the byte order functions.
Definition in file inet6.c.
Definition at line 55 of file inet6.c.
Referenced by GetPrivateProfileStructW(), inet_chksum(), inet_chksum_pbuf(), and inet_chksum_pseudo().
Calculate a checksum over a chain of pbufs (without pseudo-header, much like inet_chksum only pbufs are used).
p | pbuf chain over that the checksum should be calculated |
Definition at line 140 of file inet6.c.
u16_t inet_chksum_pseudo | ( | struct pbuf * | p, |
struct ip_addr * | src, | ||
struct ip_addr * | dest, | ||
u8_t | proto, | ||
u32_t | proto_len | ||
) |
Definition at line 80 of file inet6.c.