Home | History | Annotate | Download | only in ip

Lines Matching refs: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");
413 fprintf(stderr, "/proc/net/dev read error\n");
424 fprintf(stderr, "Wrong format of /proc/net/dev. Sorry.\n");
441 fprintf(stderr, "Failed to get type of [%s]\n", name);
535 fprintf(stderr,"%s: Invalid PRL parameter.\n", *argv);
539 fprintf(stderr,"One PRL entry at a time.\n");
545 fprintf(stderr, "Must specify dev.\n");
585 fprintf(stderr,"%s: Invalid 6RD parameter.\n", *argv);
591 fprintf(stderr, "Must specify dev.\n");
614 fprintf(stderr, "Unsupported family:%d\n", preferred_family);
638 fprintf(stderr, "Command \"%s\" is unknown, try \"ip tunnel help\".\n", *argv);