Lines Matching refs:parseint
103 static char *parseint(char *arg, uint32_t *val, int hexonly) in parseint() function
134 if ((errstr = parseint(argv[1], &cc_keyprotectbit, 0))) in congestion_key_info()
136 if ((errstr = parseint(argv[2], &cc_keyleaseperiod, 0))) in congestion_key_info()
138 if ((errstr = parseint(argv[3], &cc_keyviolations, 0))) in congestion_key_info()
222 if ((errstr = parseint(tmp, &tmpint, 1))) in parse256()
244 if ((errstr = parseint(buf, shift, 0))) in parsecct()
247 if ((errstr = parseint(ptr, multiplier, 0))) in parsecct()
272 if ((errstr = parseint(argv[0], &control_map, 0))) in switch_congestion_setting()
281 if ((errstr = parseint(argv[3], &threshold, 0))) in switch_congestion_setting()
284 if ((errstr = parseint(argv[4], &packet_size, 0))) in switch_congestion_setting()
287 if ((errstr = parseint(argv[5], &cs_threshold, 0))) in switch_congestion_setting()
296 if ((errstr = parseint(argv[7], &marking_rate, 0))) in switch_congestion_setting()
359 if ((errstr = parseint(argv[0], &portnum, 0))) in switch_port_congestion_setting()
362 if ((errstr = parseint(argv[1], &valid, 0))) in switch_port_congestion_setting()
365 if ((errstr = parseint(argv[2], &control_type, 0))) in switch_port_congestion_setting()
368 if ((errstr = parseint(argv[3], &threshold, 0))) in switch_port_congestion_setting()
371 if ((errstr = parseint(argv[4], &packet_size, 0))) in switch_port_congestion_setting()
374 if ((errstr = parseint(argv[5], &cong_parm_marking_rate, 0))) in switch_port_congestion_setting()
440 if ((errstr = parseint(argv[0], &port_control, 0))) in ca_congestion_setting()
443 if ((errstr = parseint(argv[1], &control_map, 0))) in ca_congestion_setting()
446 if ((errstr = parseint(argv[2], &ccti_timer, 0))) in ca_congestion_setting()
449 if ((errstr = parseint(argv[3], &ccti_increase, 0))) in ca_congestion_setting()
452 if ((errstr = parseint(argv[4], &trigger_threshold, 0))) in ca_congestion_setting()
455 if ((errstr = parseint(argv[5], &ccti_min, 0))) in ca_congestion_setting()
512 if ((errstr = parseint(argv[0], &ccti_limit, 0))) in congestion_control_table()
515 if ((errstr = parseint(argv[1], &index, 0))) in congestion_control_table()