Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp.h54 #define DHCP_FILE_LEN 128U macro
78 PACK_STRUCT_FLD_8(u8_t file[DHCP_FILE_LEN]);
/third_party/lwip/src/core/ipv4/
Ddhcp.c1792 options_idx_max = DHCP_FILE_OFS + DHCP_FILE_LEN;
1809 …if (pbuf_copy_partial(p, dhcp->boot_file_name, DHCP_FILE_LEN-1, DHCP_FILE_OFS) != (DHCP_FILE_LEN-1…
1813 dhcp->boot_file_name[DHCP_FILE_LEN-1] = 0;