Lines Matching defs:last
28 * The last pbuf of a packet has a ->tot_len field that equals the
29 * ->len field. It can be found by traversing the list. If the last
236 struct pbuf *q, *last;
239 last = NULL;
265 last->next = q;
267 last = q;
393 * be skipped and left unchanged. The new last pbuf in the chain will be
433 /* we have now reached the new last pbuf (in q) */
447 /* adjust length fields for new last pbuf */
456 /* q is last packet in chain */
860 /* proceed to last pbuf of chain */
865 /* { p is last pbuf of first h chain, p->next == NULL } */
866 LWIP_ASSERT("p->tot_len == p->len (of last pbuf in chain)", p->tot_len == p->len);
868 /* add total length of second chain to last pbuf total of first chain */
870 /* chain last pbuf of head (p) with first of tail (t) */
890 * The ->next field of the last pbuf of the head chain is adjusted.
1161 /* i now points to last packet of the first segment. Set next
1169 LWIP_ASSERT("tot_len/len mismatch in last pbuf",