Searched refs:parse_ipqos (Results 1 – 6 of 6) sorted by relevance
186 int parse_ipqos(const char *);
467 #define parse_ipqos Fssh_parse_ipqos macro
2531 if ((value = parse_ipqos(arg)) == -1) in process_server_config_line_depth()2537 else if ((value2 = parse_ipqos(arg)) == -1) in process_server_config_line_depth()
2156 if ((value = parse_ipqos(arg)) == -1) { in process_config_line_depth()2164 else if ((value2 = parse_ipqos(arg)) == -1) { in process_config_line_depth()
1895 parse_ipqos(const char *cp) in parse_ipqos() function
4248 upstream: for parse_ipqos(), use strtonum() instead of mostly