Searched refs:ipqos (Results 1 – 1 of 1) sorted by relevance
97 } ipqos[] = { variable134 for (i = 0; ipqos[i].name != NULL; i++) { in parse_qos()135 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_qos()136 return ipqos[i].value; in parse_qos()152 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()153 if (ipqos[i].value == iptos) in iptos2str()154 return ipqos[i].name; in iptos2str()