Home
last modified time | relevance | path

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

/third_party/lwip/
D0071-fix-pbuf-tot_len-incorrect-after-pbuf_split_64k-is-c.patch18 - i->tot_len = tot_len_front;
29 - p->tot_len = tot_len_front;
D0040-add-huge-snd_buf.patch37 + i->tot_len = tot_len_front;
47 + p->tot_len = tot_len_front;
/third_party/lwip/src/core/
Dpbuf.c1151 u16_t tot_len_front = p->len; in pbuf_split_64k() local
1156 while ((r != NULL) && ((u16_t)(tot_len_front + r->len) >= tot_len_front)) { in pbuf_split_64k()
1157 tot_len_front = (u16_t)(tot_len_front + r->len); in pbuf_split_64k()