Searched refs:parse_ipqos (Results 1 – 5 of 5) sorted by relevance
177 int parse_ipqos(const char *);
449 #define parse_ipqos Fssh_parse_ipqos macro
2409 if ((value = parse_ipqos(arg)) == -1) in process_server_config_line_depth()2415 else if ((value2 = parse_ipqos(arg)) == -1) in process_server_config_line_depth()
2058 if ((value = parse_ipqos(arg)) == -1) { in process_config_line_depth()2066 else if ((value2 = parse_ipqos(arg)) == -1) { in process_config_line_depth()
1860 parse_ipqos(const char *cp) in parse_ipqos() function