Home
last modified time | relevance | path

Searched refs:parse_ipqos (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dmisc.h154 int parse_ipqos(const char *);
Dreadconf.c1662 if ((value = parse_ipqos(arg)) == -1) in process_config_line_depth()
1668 else if ((value2 = parse_ipqos(arg)) == -1) in process_config_line_depth()
Dservconf.c2184 if ((value = parse_ipqos(arg)) == -1) in process_server_config_line_depth()
2190 else if ((value2 = parse_ipqos(arg)) == -1) in process_server_config_line_depth()
Dmisc.c1570 parse_ipqos(const char *cp) in parse_ipqos() function