Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dncp.h59 extern int ncp_fsmStart(struct ncp *, struct bundle *);
Dncp.c156 ncp_fsmStart(struct ncp *ncp, struct bundle *bundle) in ncp_fsmStart() function
Dbundle.c151 if (ncp_fsmStart(&bundle->ncp, bundle)) { in bundle_NewPhase()