Searched refs:ipqos (Results 1 – 2 of 2) 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()151 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()152 if (ipqos[i].value == iptos) in iptos2str()153 return ipqos[i].name; in iptos2str()
1539 } ipqos[] = { variable1578 for (i = 0; ipqos[i].name != NULL; i++) { in parse_ipqos()1579 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_ipqos()1580 return ipqos[i].value; in parse_ipqos()1595 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()1596 if (ipqos[i].value == iptos) in iptos2str()1597 return ipqos[i].name; in iptos2str()