Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c1162 u16_t tot_len_front = p->len; in pbuf_split_64k() local
1167 while ((r != NULL) && ((u16_t)(tot_len_front + r->len) > tot_len_front)) { in pbuf_split_64k()
1168 tot_len_front += r->len; in pbuf_split_64k()

Completed in 6 milliseconds