Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dinet_chksum.c287 acc += (u32_t)lwip_htons(proto_len); in inet_cksum_pseudo_base()
311 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo() argument
327 return inet_cksum_pseudo_base(p, proto, proto_len, acc); in inet_chksum_pseudo()
344 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo() argument
363 return inet_cksum_pseudo_base(p, proto, proto_len, acc); in ip6_chksum_pseudo()
380 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, in ip_chksum_pseudo() argument
400 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_cksum_pseudo_partial_base() argument
433 acc += (u32_t)lwip_htons(proto_len); in inet_cksum_pseudo_partial_base()
457 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in inet_chksum_pseudo_partial() argument
492 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, in ip6_chksum_pseudo_partial() argument
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/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,
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/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,

Completed in 9 milliseconds