Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp.h53 #define DHCP_FILE_OFS 108U macro
/third_party/lwip/src/core/ipv4/
Ddhcp.c1724 options_idx = DHCP_FILE_OFS; in dhcp_parse_reply()
1725 options_idx_max = DHCP_FILE_OFS + DHCP_FILE_LEN; in dhcp_parse_reply()
1742 …if (pbuf_copy_partial(p, dhcp->boot_file_name, DHCP_FILE_LEN-1, DHCP_FILE_OFS) != (DHCP_FILE_LEN-1… in dhcp_parse_reply()