Lines Matching refs:option_code
654 u_int16_t option_code; local
673 omapi_connection_get_uint16 (c, &option_code);
691 if ((option_code > FTO_MAX) ||
692 (ft_options[option_code].type == FT_UNDEF)) {
695 option_code,
696 dhcp_failover_option_name (option_code),
705 if (ft_options [option_code].type == FT_DIGEST) {
713 ft_options [option_code].name, option_len);
721 if (link -> imsg -> options_present & ft_options [option_code].bit) {
723 ft_options [option_code].name);
733 if (ft_options [option_code].bit &&
735 ft_options [option_code].bit)) {
743 if (ft_options [option_code].num_present) {
749 ft_options [option_code].offset;
750 op_size = ft_sizes [ft_options [option_code].type];
751 op_count = ft_options [option_code].num_present;
756 (ft_sizes [ft_options [option_code].type] *
757 ft_options [option_code].num_present),
758 ft_options [option_code].name);
769 if (ft_options [option_code].type == FT_DDNS ||
770 ft_options [option_code].type == FT_DDNS1) {
774 ft_options [option_code].offset));
776 op_count = (ft_options [option_code].type == FT_DDNS1
806 op_size = ft_sizes [ft_options [option_code].type];
820 ft_options [option_code].offset));
835 if (op_size == 1 || ft_options [option_code].type == FT_IPADDR) {
860 if ((option_code == 11) && (option_len > 9) &&
873 switch (ft_options [option_code].type) {
890 ft_options [option_code].name,
891 ft_options [option_code].type);
897 link -> imsg -> options_present |= ft_options [option_code].bit;