Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
H A Ddhcp.h144 #define DHCP_OPTION_END 255 macro
/third_party/toybox/toys/pending/
H A 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()
/third_party/lwip/src/core/ipv4/
H A Ddhcp.c1625 while ((q != NULL) && (offset < offset_max) && (options[offset] != DHCP_OPTION_END)) {
1644 /* case(DHCP_OPTION_END): handled above */
2031 options[options_out_len++] = DHCP_OPTION_END;

Completed in 6 milliseconds