Searched refs:DHCP_OPTION_END (Results 1 – 3 of 3) sorted by relevance
207 #define DHCP_OPTION_END 255 macro
115 #define DHCP_OPTION_END 0xFF macro926 *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()
1367 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()