Lines Matching full:stderr
35 fprintf(stderr, "Usage: ip tunnel { add | change | del | show | prl | 6rd } [ NAME ]\n");
36 fprintf(stderr, " [ mode { ipip | gre | sit | isatap } ] [ remote ADDR ] [ local ADDR ]\n");
37 fprintf(stderr, " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n");
38 fprintf(stderr, " [ prl-default ADDR ] [ prl-nodefault ADDR ] [ prl-delete ADDR ]\n");
39 fprintf(stderr, " [ 6rd-prefix ADDR ] [ 6rd-relay_prefix ADDR ] [ 6rd-reset ]\n");
40 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n");
41 fprintf(stderr, "\n");
42 fprintf(stderr, "Where: NAME := STRING\n");
43 fprintf(stderr, " ADDR := { IP_ADDRESS | any }\n");
44 fprintf(stderr, " TOS := { NUMBER | inherit }\n");
45 fprintf(stderr, " TTL := { 1..255 | inherit }\n");
46 fprintf(stderr, " KEY := { DOTTED_QUAD | NUMBER }\n");
72 fprintf(stderr,"You managed to ask for more than one tunnel mode.\n");
79 fprintf(stderr,"You managed to ask for more than one tunnel mode.\n");
86 fprintf(stderr,"You managed to ask for more than one tunnel mode.\n");
92 fprintf(stderr, "You managed to ask for more than one tunnel mode.\n");
98 fprintf(stderr,"Cannot guess tunnel mode.\n");
110 fprintf(stderr, "invalid value of \"key\"\n");
123 fprintf(stderr, "invalid value of \"ikey\"\n");
136 fprintf(stderr, "invalid value of \"okey\"\n");
228 fprintf(stderr, "Keys are not allowed with ipip and sit.\n");
248 fprintf(stderr, "Broadcast tunnel requires a source address.\n");
266 fprintf(stderr, "ttl != 0 and noptmudisc are incompatible\n");
278 fprintf(stderr, "cannot determine tunnel mode (ipip, gre or sit)\n");
423 fprintf(stderr, "Wrong format of /proc/net/dev. Sorry.\n");
437 fprintf(stderr, "Failed to get type of [%s]\n", name);
530 fprintf(stderr,"%s: Invalid PRL parameter.\n", *argv);
534 fprintf(stderr,"One PRL entry at a time.\n");
540 fprintf(stderr, "Must specify dev.\n");
580 fprintf(stderr,"%s: Invalid 6RD parameter.\n", *argv);
586 fprintf(stderr, "Must specify dev.\n");
609 fprintf(stderr
633 fprintf(stderr, "Command \"%s\" is unknown, try \"ip tunnel help\".\n", *argv);