Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.c1864 } ipqos[] = { variable
1903 for (i = 0; ipqos[i].name != NULL; i++) { in parse_ipqos()
1904 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_ipqos()
1905 return ipqos[i].value; in parse_ipqos()
1920 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()
1921 if (ipqos[i].value == iptos) in iptos2str()
1922 return ipqos[i].name; in iptos2str()