Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Doptions.c166 static int nochap(char **);
295 {"refuse-chap", 0, nochap}, /* Don't agree to auth to peer with CHAP */
296 {"-chap", 0, nochap}, /* Don't allow CHAP authentication with peer */
1295 nochap(char **argv) in nochap() function