Home
last modified time | relevance | path

Searched refs:option_error (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/pppd/
Doptions.c513 option_error("too few parameters for option %s", arg);
529 option_error("unrecognized option '%s'", arg);
634 option_error("Can't open options file %s: %m", filename);
638 option_error("Can't open options file %s: access denied", filename);
657 option_error(
675 option_error("In file %s: unrecognized option '%s'",
741 option_error(char *fmt, ...) in option_error() function
1001 option_error("Error reading %s: %m", filename);
1016 option_error("warning: word in file %s too long (%.20s...)",
1041 option_error("invalid numeric parameter '%s' for %s option",
[all …]
Dauth.c584 option_error("peer authentication required but no suitable secret(s) found\n"); in auth_check_options()
586 option_error("for authenticating any peer to us (%s)\n", our_name); in auth_check_options()
588 option_error("for authenticating peer %s to us (%s)\n", in auth_check_options()
599 option_error("can't override device name when noauth option used"); in auth_check_options()
605 option_error("can't override connect, disconnect or welcome"); in auth_check_options()
606 option_error("option values when noauth option used"); in auth_check_options()
Dmain.c225 option_error("Couldn't get hostname: %m");
256 option_error("must be root to run %s, since it is not setuid-root",
262 option_error(no_ppp_msg);
275 option_error("connect script required for demand-dialling\n");
Dpppd.h335 void option_error(char *fmt, ...);
Dipcp.c1114 option_error("remote IP address required for demand-dialling\n"); in ip_check_options()
1119 option_error("ipcp-accept-remote is incompatible with demand\n"); in ip_check_options()