Home | History | Annotate | Download | only in ip

Lines Matching full:stderr

28 	fprintf(stderr, "Usage: ip fou add port PORT { ipproto PROTO  | gue }\n");
29 fprintf(stderr, " ip fou del port PORT\n");
30 fprintf(stderr, "\n");
31 fprintf(stderr, "Where: PROTO { ipproto-name | 1..255 }\n");
32 fprintf(stderr, " PORT { 1..65535 }\n");
76 fprintf(stderr, "fou: unknown command \"%s\"?\n", *argv);
84 fprintf(stderr, "fou: missing port\n");
89 fprintf(stderr, "fou: must set ipproto or gue\n");
94 fprintf(stderr, "fou: cannot set ipproto and gue\n");
137 fprintf(stderr, "Cannot open generic netlink socket\n");
156 fprintf(stderr, "Command \"%s\" is unknown, try \"ip fou help\".\n", *argv);