Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Doptions.c182 static int reqchap(char **);
327 {"require-chap", 0, reqchap}, /* Require CHAP authentication from peer */
328 {"+chap", 0, reqchap}, /* Require CHAP authentication from peer */
1452 reqchap(argv) in reqchap() function