Home | History | Annotate | Download | only in ip

Lines Matching refs:stderr

27 	fprintf(stderr, "Usage: ip netns list\n");
28 fprintf(stderr, " ip netns add NAME\n");
29 fprintf(stderr, " ip netns set NAME NETNSID\n");
30 fprintf(stderr, " ip [-all] netns delete [NAME]\n");
31 fprintf(stderr, " ip netns identify [PID]\n");
32 fprintf(stderr, " ip netns pids NAME\n");
33 fprintf(stderr, " ip [-all] netns exec [NAME] cmd ...\n");
34 fprintf(stderr, " ip netns monitor\n");
35 fprintf(stderr, " ip netns list-id\n");
210 fprintf(stderr, "Cannot open rtnetlink\n");
274 fprintf(stderr, "BUG: wrong nlmsg len %d in %s\n", len,
281 fprintf(stderr, "BUG: NETNSA_NSID is missing %s\n", __func__);
312 fprintf(stderr,
322 fprintf(stderr, "Dump terminated\n");
384 fprintf(stderr, "exec of \"%s\" failed: %s\n",
404 fprintf(stderr, "No netns name specified\n");
408 fprintf(stderr, "No command specified\n");
446 fprintf(stderr, "No netns name specified\n");
450 fprintf(stderr, "extra arguments specified\n");
458 fprintf(stderr, "Cannot open network namespace: %s\n",
463 fprintf(stderr, "Stat of netns failed: %s\n",
469 fprintf(stderr, "Open of /proc failed: %s\n",
504 fprintf(stderr, "extra arguments specified\n");
509 fprintf(stderr, "Specified string '%s' is not a pid\n",
518 fprintf(stderr, "Cannot open network namespace: %s\n",
523 fprintf(stderr, "Stat of netns failed: %s\n",
533 fprintf(stderr, "Failed to open directory %s:%s\n",
570 fprintf(stderr, "Cannot remove namespace file \"%s\": %s\n",
580 fprintf(stderr, "No netns name specified\n");
595 fprintf(stderr, "mkdir %s failed: %s\n",
620 fprintf(stderr, "No netns name specified\n");
639 fprintf(stderr, "mount --make-shared %s failed: %s\n",
646 fprintf(stderr, "mount --bind %s %s failed: %s\n",
656 fprintf(stderr, "Cannot create namespace file \"%s\": %s\n",
662 fprintf(stderr, "Failed to create a new network namespace \"%s\": %s\n",
669 fprintf(stderr, "Bind /proc/self/ns/net -> %s failed: %s\n",
714 fprintf(stderr, "No netns name specified\n");
718 fprintf(stderr, "No nsid specified\n");
727 fprintf(stderr, "Cannot open network namespace \"%s\": %s\n",
742 fprintf(stderr, "inotify_init failed: %s\n",
751 fprintf(stderr, "inotify_add_watch failed: %s\n",
758 fprintf(stderr, "read failed: %s\n",
812 fprintf(stderr, "Command \"%s\" is unknown, try \"ip netns help\".\n", *argv);