Searched refs:ipqos (Results 1 – 2 of 2) sorted by relevance
107 } ipqos[] = { variable144 for (i = 0; ipqos[i].name != NULL; i++) { in parse_ipqos()145 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_ipqos()146 return ipqos[i].value; in parse_ipqos()161 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()162 if (ipqos[i].value == iptos) in iptos2str()163 return ipqos[i].name; in iptos2str()
1087 } ipqos[] = { variable1124 for (i = 0; ipqos[i].name != NULL; i++) { in parse_ipqos()1125 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_ipqos()1126 return ipqos[i].value; in parse_ipqos()1141 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()1142 if (ipqos[i].value == iptos) in iptos2str()1143 return ipqos[i].name; in iptos2str()