Home | History | Annotate | Download | only in core

Lines Matching refs:copy_len

1438       u16_t copy_len;
1442 copy_len = LWIP_MIN(decode_len, 4);
1443 pbuf_copy_partial(q, &value, copy_len, val_offset);