Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/core/
A Dinet_chksum.c286 acc += (u32_t)lwip_htons(proto_len); in inet_cksum_pseudo_base()
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo() argument
326 return inet_cksum_pseudo_base(p, proto, proto_len, acc); in inet_chksum_pseudo()
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo() argument
362 return inet_cksum_pseudo_base(p, proto, proto_len, acc); in ip6_chksum_pseudo()
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo() argument
399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_cksum_pseudo_partial_base() argument
432 acc += (u32_t)lwip_htons(proto_len); in inet_cksum_pseudo_partial_base()
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial() argument
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo_partial() argument
[all …]
/components/net/lwip/lwip-2.1.2/src/core/
A Dinet_chksum.c286 acc += (u32_t)lwip_htons(proto_len); in inet_cksum_pseudo_base()
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo() argument
326 return inet_cksum_pseudo_base(p, proto, proto_len, acc); in inet_chksum_pseudo()
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo() argument
362 return inet_cksum_pseudo_base(p, proto, proto_len, acc); in ip6_chksum_pseudo()
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo() argument
399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_cksum_pseudo_partial_base() argument
432 acc += (u32_t)lwip_htons(proto_len); in inet_cksum_pseudo_partial_base()
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial() argument
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo_partial() argument
[all …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dinet_chksum.h81 u16_t inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
84 u16_t proto_len, u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest);
88 u16_t ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
90 u16_t ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len,
95 u16_t ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
97 u16_t ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len,
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dinet_chksum.h81 u16_t inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
84 u16_t proto_len, u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest);
88 u16_t ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
90 u16_t ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len,
95 u16_t ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len,
97 u16_t ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len,
/components/net/lwip/lwip-1.4.1/src/core/ipv6/
A 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()
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dinet_chksum.h77 u8_t proto, u16_t proto_len);
80 u8_t proto, u16_t proto_len, u16_t chksum_len);
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A 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()
/components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/
A Dinet.h47 u8_t proto, u32_t proto_len);

Completed in 11 milliseconds