Searched refs:OPTION_END (Results 1 – 5 of 5) sorted by relevance
49 #define OPTION_END 255 macro73 while (*p != OPTION_END) in option_find1()93 return opt == OPTION_END ? p : NULL; in option_find1()170 *(p++) = OPTION_END; in main()
58 #define OPTION_END 255 macro317 *(p++) = OPTION_END; in main()
57 #define OPTION_END 255 macro206 unsigned char *last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply()828 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()1418 while (*start != OPTION_END) in log_options()1454 else if (*p == OPTION_END) in option_find1()1455 return opt == OPTION_END ? p : NULL; in option_find1()1591 *dhcp_skip_opts(mess->file) = OPTION_END; in dhcp_packet_size()1600 *dhcp_skip_opts(mess->sname) = OPTION_END; in dhcp_packet_size()1608 *p++ = OPTION_END; in dhcp_packet_size()1753 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))
491 req_options[option_len(opt)] = OPTION_END;