/external/ppp/pppd/plugins/radius/ |
radrealms.c | 69 option_error("cannot open %s", radrealms_config); 87 option_error("%s: invalid line %d: %s", radrealms_config, 101 option_error("%s: realm name missing on line %d: %s", 111 option_error("%s: server address missing on line %d: %s", 119 option_error("%s: server port missing on line %d: %s",
|
/external/ppp/pppd/ |
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" 1052 option_error __V((char *fmt, ...)) function [all...] |
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"); 449 option_error("demand-dialling is incompatible with notty"); 454 option_error("connect script is required for demand-dialling\n"); 463 option_error("%s option precludes specifying device name", 468 option_error("pty option is incompatible with notty option"); 472 option_error("socket option is incompatible with pty and notty") [all...] |
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); [all...] |
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); [all...] |
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", [all...] |
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"); [all...] |
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", [all...] |
main.c | 331 option_error("Couldn't get hostname: %m"); 430 option_error("must be root to run %s, since it is not setuid-root", 437 option_error("%s", no_ppp_msg); [all...] |
pppd.h | 685 void option_error __P((char *fmt, ...)); [all...] |
lcp.c | 318 option_error("Can't parse '%s' as an endpoint discriminator", *argv); [all...] |
sys-linux.c | [all...] |
/external/ppp/pppd/plugins/ |
winbind.c | 70 option_error("ntlm_auth-helper argument must be full path");
|