Searched refs:ipqos (Results 1 – 1 of 1) sorted by relevance
992 } ipqos[] = { variable1029 for (i = 0; ipqos[i].name != NULL; i++) { in parse_ipqos()1030 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_ipqos()1031 return ipqos[i].value; in parse_ipqos()1046 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str()1047 if (ipqos[i].value == iptos) in iptos2str()1048 return ipqos[i].name; in iptos2str()