Home | History | Annotate | Download | only in bridge

Lines Matching refs:matches

69 	if (matches(arg, "permanent") == 0)
71 else if (matches(arg, "static") == 0 || matches(arg, "temp") == 0)
73 else if (matches(arg, "stale") == 0)
75 else if (matches(arg, "reachable") == 0 || matches(arg, "dynamic") == 0)
349 if (matches(*argv, "help") == 0)
462 } else if (matches(*argv, "master") == 0) {
464 } else if (matches(*argv, "router") == 0) {
466 } else if (matches(*argv, "local") == 0 ||
467 matches(*argv, "permanent") == 0) {
469 } else if (matches(*argv, "temp") == 0 ||
470 matches(*argv, "static") == 0) {
472 } else if (matches(*argv, "dynamic") == 0) {
475 } else if (matches(*argv, "vlan") == 0) {
480 } else if (matches(*argv, "use") == 0) {
486 if (matches(*argv, "help") == 0)
550 if (matches(*argv, "add") == 0)
552 if (matches(*argv, "append") == 0)
554 if (matches(*argv, "replace") == 0)
556 if (matches(*argv, "delete") == 0)
558 if (matches(*argv, "show") == 0 ||
559 matches(*argv, "lst") == 0 ||
560 matches(*argv, "list") == 0)
562 if (matches(*argv, "help") == 0)