Searched refs:OPTION_END (Results 1 – 2 of 2) sorted by relevance
57 #define OPTION_END 255 macro194 unsigned char* last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply()737 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()1246 while (*start != OPTION_END) { in log_options()1274 else if (*p == OPTION_END) in option_find1()1275 return opt == OPTION_END ? p : NULL; in option_find1()1391 *dhcp_skip_opts(mess->file) = OPTION_END; in dhcp_packet_size()1398 *dhcp_skip_opts(mess->sname) = OPTION_END; in dhcp_packet_size()1404 *p++ = OPTION_END; in dhcp_packet_size()1526 for (i = 0; list[i] != OPTION_END; i++) in in_list()[all …]
358 OPTION_END = 255 variable662 while offset < len(byte_str) and ord(byte_str[offset]) != OPTION_END:772 data.append(chr(OPTION_END))