Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.h186 int parse_ipqos(const char *);
H A Dssh_namespace.h467 #define parse_ipqos Fssh_parse_ipqos macro
H A Dservconf.c2531 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()
H A Dreadconf.c2156 if ((value = parse_ipqos(arg)) == -1) { in process_config_line_depth()
2164 else if ((value2 = parse_ipqos(arg)) == -1) { in process_config_line_depth()
H A Dmisc.c1895 parse_ipqos(const char *cp) in parse_ipqos() function
H A DChangeLog4248 upstream: for parse_ipqos(), use strtonum() instead of mostly