Home
last modified time | relevance | path

Searched refs:inet_chksum_pbuf (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dinet_chksum.h75 u16_t inet_chksum_pbuf(struct pbuf *p);
/third_party/lwip/src/core/ipv4/
Dicmp.c147 if (inet_chksum_pbuf(p) != 0) { in icmp_input()
/third_party/lwip/src/core/
Dinet_chksum.c568 inet_chksum_pbuf(struct pbuf *p) in inet_chksum_pbuf() function
/third_party/lwip/src/api/
Dsockets.c1565 u16_t chksum = ~inet_chksum_pbuf(chain_buf.p); in lwip_sendmsg_internal()