Home | History | Annotate | Download | only in server

Lines Matching refs:op_size

657 	unsigned op_size;
750 op_size = ft_sizes [ft_options [option_code].type];
753 if (option_len != op_size * op_count) {
784 op_size = 1;
806 op_size = ft_sizes [ft_options [option_code].type];
810 if (op_size > 1 && option_len % op_size) {
812 option_len, "multiple of ", op_size);
816 op_count = option_len / op_size;
835 if (op_size == 1 || ft_options [option_code].type == FT_IPADDR) {