Home
last modified time | relevance | path

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

/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()