Home
last modified time | relevance | path

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

/lib/liblwip/src/core/ipv6/
Dinet6.c82 u8_t proto, u32_t proto_len) in inet_chksum_pseudo() argument
113 acc += ((u16_t *)&proto_len)[0] & 0xffff; in inet_chksum_pseudo()
114 acc += ((u16_t *)&proto_len)[1] & 0xffff; in inet_chksum_pseudo()
/lib/liblwip/src/include/ipv4/lwip/
Dinet_chksum.h77 u8_t proto, u16_t proto_len);
80 u8_t proto, u16_t proto_len, u16_t chksum_len);
/lib/liblwip/src/core/ipv4/
Dinet_chksum.c274 u8_t proto, u16_t proto_len) in inet_chksum_pseudo() argument
309 acc += (u32_t)htons(proto_len); in inet_chksum_pseudo()
334 u8_t proto, u16_t proto_len, u16_t chksum_len) in inet_chksum_pseudo_partial() argument
375 acc += (u32_t)htons(proto_len); in inet_chksum_pseudo_partial()
/lib/liblwip/src/include/ipv6/lwip/
Dinet.h47 u8_t proto, u32_t proto_len);