Home | History | Annotate | Download | only in ip

Lines Matching full:strcmp

93 		if (strcmp(*argv, "name") == 0) {
103 } else if (strcmp(*argv, "thresh1") == 0) {
113 } else if (strcmp(*argv, "thresh2") == 0) {
123 } else if (strcmp(*argv, "thresh3") == 0) {
133 } else if (strcmp(*argv, "gc_int") == 0) {
144 } else if (strcmp(*argv, "dev") == 0) {
156 } else if (strcmp(*argv, "base_reachable") == 0) {
168 } else if (strcmp(*argv, "retrans") == 0) {
180 } else if (strcmp(*argv, "gc_stale") == 0) {
192 } else if (strcmp(*argv, "delay_probe") == 0) {
204 } else if (strcmp(*argv, "queue") == 0) {
217 } else if (strcmp(*argv, "app_probes") == 0) {
228 } else if (strcmp(*argv, "ucast_probes") == 0) {
239 } else if (strcmp(*argv, "mcast_probes") == 0) {
250 } else if (strcmp(*argv, "anycast_delay") == 0) {
262 } else if (strcmp(*argv, "proxy_delay") == 0) {
274 } else if (strcmp(*argv, "proxy_queue") == 0) {
285 } else if (strcmp(*argv, "locktime") == 0) {
381 if (strlen(filter.name) > 0 && strcmp(filter.name, name))
606 if (strcmp(*argv, "dev") == 0) {
609 if (strcmp("none", *argv) == 0)
613 } else if (strcmp(*argv, "name") == 0) {