Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dmisc.h185 int parse_ipqos(const char *);
H A Dreadconf.c2058 if ((value = parse_ipqos(arg)) == -1) { in process_config_line_depth()
2066 else if ((value2 = parse_ipqos(arg)) == -1) { in process_config_line_depth()
H A Dservconf.c2456 if ((value = parse_ipqos(arg)) == -1) in process_server_config_line_depth()
2462 else if ((value2 = parse_ipqos(arg)) == -1) in process_server_config_line_depth()
H A Dmisc.c1874 parse_ipqos(const char *cp) in parse_ipqos() function