inet_chksum_pseudo() is only used within LwIP.
 
Symbols
loading...
Files
loading...

inet_chksum_pseudo() function

Syntax

u16_t inet_chksum_pseudo(struct pbuf *p,     u8_t proto,     u16_t proto_len,     const ip4_addr_t *src,     const ip4_addr_t *dest);
Implemented in inet_chksum.c:309

Arguments

p

proto

proto_len

src

dest

References

LocationReferrerText
inet_chksum.c:310
inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
inet_chksum.h:81
u16_t inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
inet_chksum.c:392ip_chksum_pseudo()
return inet_chksum_pseudo(p, proto, proto_len, ip_2_ip4(src), ip_2_ip4(dest));

Call Tree

Functions calling inet_chksum_pseudo()
Functions called by inet_chksum_pseudo()
all items filtered out
inet_chksum_pseudo()
all items filtered out
Data read by inet_chksum_pseudo()
Data written by inet_chksum_pseudo()
inet_chksum_pseudo()
inet_chksum_pseudo()::acc
inet_chksum_pseudo()::addr
all items filtered out
Type of inet_chksum_pseudo()
inet_chksum_pseudo()
all items filtered out