Home | History | Annotate | Download | only in ip

Lines Matching refs:matches

283 		if (matches(*argv, "qos") == 0) {
294 if (matches(*argv, "proto") == 0) {
339 if (!matches(*argv, "max_tx_rate")) {
344 } else if (!matches(*argv, "min_tx_rate")) {
357 if (matches(*argv, "mac") == 0) {
374 } else if (matches(*argv, "vlan") == 0) {
398 if (matches(*argv, "vlan") != 0) {
410 } else if (matches(*argv, "rate") == 0) {
424 } else if (matches(*argv, "max_tx_rate") == 0) {
431 } else if (matches(*argv, "min_tx_rate") == 0) {
438 } else if (matches(*argv, "spoofchk") == 0) {
442 if (matches(*argv, "on") == 0)
444 else if (matches(*argv, "off") == 0)
452 } else if (matches(*argv, "query_rss") == 0) {
456 if (matches(*argv, "on") == 0)
458 else if (matches(*argv, "off") == 0)
466 } else if (matches(*argv, "trust") == 0) {
470 if (matches(*argv, "on") == 0)
472 else if (matches(*argv, "off") == 0)
480 } else if (matches(*argv, "state") == 0) {
484 if (matches(*argv, "auto") == 0)
486 else if (matches(*argv, "enable") == 0)
488 else if (matches(*argv, "disable") == 0)
495 } else if (matches(*argv, "node_guid") == 0) {
506 } else if (matches(*argv, "port_guid") == 0) {
584 } else if (matches(*argv, "link") == 0) {
587 } else if (matches(*argv, "address") == 0) {
594 } else if (matches(*argv, "broadcast") == 0 ||
602 } else if (matches(*argv, "txqueuelen") == 0 ||
604 matches(*argv, "txqlen") == 0) {
722 } else if (matches(*argv, "master") == 0) {
742 } else if (matches(*argv, "nomaster") == 0) {
747 } else if (matches(*argv, "dynamic") == 0) {
757 } else if (matches(*argv, "type") == 0) {
762 } else if (matches(*argv, "alias") == 0) {
791 } else if (matches(*argv, "numtxqueues") == 0) {
800 } else if (matches(*argv, "numrxqueues") == 0) {
809 } else if (matches(*argv, "addrgenmode") == 0) {
824 } else if (matches(*argv, "link-netnsid") == 0) {
846 if (matches(*argv, "help") == 0)
995 if (matches(*argv, "help") == 0)
1263 } else if (matches(*argv, "address") == 0) {
1266 } else if (matches(*argv, "broadcast") == 0 ||
1270 } else if (matches(*argv, "txqueuelen") == 0 ||
1272 matches(*argv, "txqlen") == 0) {
1334 } else if (matches(*argv, "dynamic") == 0) {
1347 else if (matches(*argv, "help") == 0)
1517 } else if (matches(*argv, "help") == 0) {
1576 if (matches(*argv, "add") == 0)
1580 if (matches(*argv, "set") == 0 ||
1581 matches(*argv, "change") == 0)
1584 if (matches(*argv, "replace") == 0)
1588 if (matches(*argv, "delete") == 0)
1593 if (matches(*argv, "set") == 0)
1598 if (matches(*argv, "show") == 0 ||
1599 matches(*argv, "lst") == 0 ||
1600 matches(*argv, "list") == 0)
1603 if (matches(*argv, "xstats") == 0)
1606 if (matches(*argv, "afstats") == 0) {
1611 if (matches(*argv, "help") == 0) {