Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h207 #define DHCP_OPTION_END 255 macro
/external/toybox/toys/pending/
Ddhcp.c115 #define DHCP_OPTION_END 0xFF macro
926 *optptr++ = DHCP_OPTION_END; in dhcpc_addend()
949 if (*opt == DHCP_OPTION_END) return var; in get_option_serverid()
963 if (*opt == DHCP_OPTION_END) return var; in get_option_msgtype()
974 if (*opt == DHCP_OPTION_END) return var; in get_option_lease()
1089 while (*optptr != DHCP_OPTION_END) { in dhcpc_parseoptions()
/external/syslinux/core/lwip/src/core/
Ddhcp.c1367 while((q != NULL) && (options[offset] != DHCP_OPTION_END) && (offset < offset_max)) { in dhcp_parse_reply()
1735 dhcp->msg_out->options[dhcp->options_out_len++] = DHCP_OPTION_END; in dhcp_option_trailer()