Home
last modified time | relevance | path

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

/net/lwip/
A Dtftp.c117 struct pbuf *q; in tftp_write() local
119 for (q = p; q; q = q->next) in tftp_write()
120 if (store_block(ctx, q->payload, q->len) < 0) in tftp_write()
A Dnet-lwip.c293 struct pbuf *p, *q; in alloc_pbuf_and_copy() local
303 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