Searched refs:tot_len_front (Results 1 – 1 of 1) sorted by relevance
1151 u16_t tot_len_front = p->len; in pbuf_split_64k() local1156 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()