Home | History | Annotate | Download | only in ip

Lines Matching full:fprintf

48 	fprintf(stderr, "Usage: ip netns list\n");
49 fprintf(stderr, " ip netns add NAME\n");
50 fprintf(stderr, " ip netns delete NAME\n");
51 fprintf(stderr, " ip netns exec NAME cmd ...\n");
52 fprintf(stderr, " ip netns monitor\n");
112 fprintf(stderr, "Bind %s -> %s failed: %s\n",
129 fprintf(stderr, "No netns name specified\n");
133 fprintf(stderr, "No cmd specified\n");
141 fprintf(stderr, "Cannot open network namespace: %s\n",
146 fprintf(stderr, "seting the network namespace failed: %s\n",
152 fprintf(stderr, "unshare failed: %s\n", strerror(errno));
157 fprintf(stderr, "umount of /sys failed: %s\n", strerror(errno));
161 fprintf(stderr, "mount of /sys failed: %s\n",strerror(errno));
169 fprintf(stderr, "exec of %s failed: %s\n",
180 fprintf(stderr, "No netns name specified\n");
188 fprintf(stderr, "Cannot remove %s: %s\n",
210 fprintf(stderr, "No netns name specified\n");
223 fprintf(stderr, "Could not create %s: %s\n",
229 fprintf(stderr, "Failed to create a new network namespace: %s\n",
236 fprintf(stderr, "Bind /proc/self/ns/net -> %s failed: %s\n",
255 fprintf(stderr, "inotify_init failed: %s\n",
260 fprintf(stderr, "inotify_add_watch failed: %s\n",
267 fprintf(stderr, "read failed: %s\n",
307 fprintf(stderr, "Command \"%s\" is unknown, try \"ip netns help\".\n", *argv);