HomeSort by relevance Sort by last modified time
    Searched refs:ipqos (Results 1 - 2 of 2) sorted by null

  /external/netperf/src/
dscp.c 107 } ipqos[] = { variable in typeref:struct:__anon28021
144 for (i = 0; ipqos[i].name != NULL; i++) {
145 if (strcasecmp(cp, ipqos[i].name) == 0)
146 return ipqos[i].value;
161 for (i = 0; ipqos[i].name != NULL; i++) {
162 if (ipqos[i].value == iptos)
163 return ipqos[i].name;
  /external/openssh/
misc.c 992 } ipqos[] = { variable in typeref:struct:__anon28131
1029 for (i = 0; ipqos[i].name != NULL; i++) {
1030 if (strcasecmp(cp, ipqos[i].name) == 0)
1031 return ipqos[i].value;
1046 for (i = 0; ipqos[i].name != NULL; i++) {
1047 if (ipqos[i].value == iptos)
1048 return ipqos[i].name;

Completed in 36 milliseconds