Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dmisc.c1781 } ipqos[] = { variable
1820 for (i = 0; ipqos[i].name != NULL; i++) { in parse_ipqos()
1821 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_ipqos()
1822 return ipqos[i].value; in parse_ipqos()
1837 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()
1838 if (ipqos[i].value == iptos) in iptos2str()
1839 return ipqos[i].name; in iptos2str()