Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Doptions.c167 static int reqchap(char **);
293 {"require-chap", 0, reqchap}, /* Require CHAP authentication from peer */
294 {"+chap", 0, reqchap}, /* Require CHAP authentication from peer */
1306 reqchap(char **argv) in reqchap() function