Searched refs:inet_chksum_pseudo_partial (Results 1 – 3 of 3) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | inet_chksum.h | 83 u16_t inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto,
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | inet_chksum.c | 456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial() function 539 … return inet_chksum_pseudo_partial(p, proto, proto_len, chksum_len, ip_2_ip4(src), ip_2_ip4(dest)); in ip_chksum_pseudo_partial()
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 2369 * ipv4/inet_chksum.c, ipv4/lwip/inet_chksum.h: inet_chksum_pseudo_partial()
|