Searched refs:q (Results 1 – 2 of 2) sorted by relevance
117 struct pbuf *q; in tftp_write() local119 for (q = p; q; q = q->next) in tftp_write()120 if (store_block(ctx, q->payload, q->len) < 0) in tftp_write()
293 struct pbuf *p, *q; in alloc_pbuf_and_copy() local303 for (q = p; q != NULL; q = q->next) { in alloc_pbuf_and_copy()304 memcpy(q->payload, data, q->len); in alloc_pbuf_and_copy()305 data += q->len; in alloc_pbuf_and_copy()
Completed in 9 milliseconds