Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h149 #define DHCP_FILE_OFS 108 macro
/external/syslinux/core/lwip/src/core/
Ddhcp.c1492 pbuf_copy_partial(p, dhcp->boot_file_name, DHCP_FILE_LEN-1, DHCP_FILE_OFS); in dhcp_parse_reply()
1501 options_idx = DHCP_FILE_OFS; in dhcp_parse_reply()
1502 options_idx_max = DHCP_FILE_OFS + DHCP_FILE_LEN; in dhcp_parse_reply()