Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dchap.c154 chap_start(chap *_this) in chap_start() function
227 TIMEOUT((void (*)(void *))chap_start, _this, in chap_start()
245 UNTIMEOUT(chap_start, _this); in chap_stop()
303 UNTIMEOUT(chap_start, _this); in chap_input()
H A Dppp.h803 void chap_start (chap *);
H A Dppp.c485 chap_start(&_this->chap); in ppp_lcp_up()