Lines Matching refs:matches
79 if (matches(arg, "continue") == 0)
81 else if (matches(arg, "drop") == 0)
83 else if (matches(arg, "shot") == 0)
85 else if (matches(arg, "pass") == 0)
89 else if (matches(arg, "reclassify") == 0)
91 else if (matches(arg, "pipe") == 0)
153 if (matches(*argv, "index") == 0) {
159 } else if (matches(*argv, "burst") == 0 ||
212 } else if (matches(*argv, "peakrate") == 0) {
222 } else if (matches(*argv, "reclassify") == 0) {
224 } else if (matches(*argv, "drop") == 0 ||
225 matches(*argv, "shot") == 0) {
227 } else if (matches(*argv, "continue") == 0) {
229 } else if (matches(*argv, "pass") == 0) {
231 } else if (matches(*argv, "pipe") == 0) {
240 } else if (matches(*argv, "overhead") == 0) {
245 } else if (matches(*argv, "linklayer") == 0) {