Searched refs:option_error (Results 1 – 13 of 13) sorted by relevance
/external/ppp/pppd/ |
D | options.c | 365 option_error("unrecognized option '%s'", arg); 371 option_error("too few parameters for option %s", arg); 415 option_error("Can't open options file %s: %m", filename); 429 option_error("In file %s: unrecognized option '%s'", 436 option_error( 537 option_error("In secrets file: unrecognized option '%s'", 546 option_error( 645 option_error("%s%s set in %s cannot be overridden\n", 657 option_error("%s%s cannot be changed after initialization", 662 option_error("using the %s%s requires root privilege", [all …]
|
D | tty.c | 312 option_error("Couldn't stat %s: %m", cp); 317 option_error("%s is not a character device", cp); 356 option_error("escape parameter contains invalid hex number '%s'", 362 option_error("can't escape character 0x%x", n); 419 option_error("no device specified and stdin is not a tty"); in tty_process_extra_options() 449 option_error("demand-dialling is incompatible with notty"); in tty_check_options() 454 option_error("connect script is required for demand-dialling\n"); in tty_check_options() 463 option_error("%s option precludes specifying device name", in tty_check_options() 468 option_error("pty option is incompatible with notty option"); in tty_check_options() 472 option_error("socket option is incompatible with pty and notty"); in tty_check_options()
|
D | auth.c | 425 option_error("unable to open user login data file %s", fname); 435 option_error("unable to read user login data file %s", fname); 469 option_error("group %s is unknown", *argv); 1249 option_error( in auth_check_options() 1251 option_error( in auth_check_options() 1254 option_error( in auth_check_options() 1258 option_error( in auth_check_options() 1260 option_error( in auth_check_options() 1263 option_error( in auth_check_options()
|
D | ipcp.c | 322 option_error("vj-max-slots value must be between 2 and 16"); 344 option_error("invalid address parameter '%s' for ms-dns option", 380 option_error("invalid address parameter '%s' for ms-wins option", 434 option_error("unknown host: %s", arg); 440 option_error("bad local IP address %s", ip_ntoa(local)); 455 option_error("unknown host: %s", colon); 463 option_error("bad remote IP address %s", ip_ntoa(remote)); 510 option_error("invalid netmask value '%s'", *argv);
|
D | ccp.c | 274 option_error("invalid parameter '%s' for bsdcomp option", *argv); 279 option_error("bsdcomp option values must be 0 or %d .. %d", 313 option_error("invalid parameter '%s' for deflate option", *argv); 319 option_error("deflate option values must be 0 or %d .. %d",
|
D | ipv6cp.c | 346 option_error("Illegal interface identifier (local): %s", arg); 363 option_error("Illegal interface identifier (remote): %s", comma); 1122 option_error("local/remote LL address required for demand-dialling\n"); in ipv6_check_options()
|
D | ipxcp.c | 319 option_error("invalid parameter '%s' for ipx-node option", *argv); 359 option_error("IPX router name must be alphanumeric or _"); 364 option_error("IPX router name is limited to %d characters",
|
D | main.c | 331 option_error("Couldn't get hostname: %m"); 407 option_error("must be root to run %s, since it is not setuid-root", 414 option_error("%s", no_ppp_msg);
|
D | pppd.h | 683 void option_error __P((char *fmt, ...));
|
D | lcp.c | 318 option_error("Can't parse '%s' as an endpoint discriminator", *argv);
|
D | sys-linux.c | 2823 option_error("demand dialling is not supported by kernel driver " in sys_check_options()
|
/external/ppp/pppd/plugins/radius/ |
D | radrealms.c | 69 option_error("cannot open %s", radrealms_config); in lookup_realm() 87 option_error("%s: invalid line %d: %s", radrealms_config, in lookup_realm() 101 option_error("%s: realm name missing on line %d: %s", in lookup_realm() 111 option_error("%s: server address missing on line %d: %s", in lookup_realm() 119 option_error("%s: server port missing on line %d: %s", in lookup_realm()
|
/external/ppp/pppd/plugins/ |
D | winbind.c | 70 option_error("ntlm_auth-helper argument must be full path"); in set_ntlm_auth()
|