Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Ddhcp.c1451 u16_t copy_len; in dhcp_parse_reply() local
1455 copy_len = LWIP_MIN(decode_len, 4); in dhcp_parse_reply()
1456 pbuf_copy_partial(q, &value, copy_len, val_offset); in dhcp_parse_reply()