Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dncp.h60 extern int ncp_fsmStart(struct ncp *, struct bundle *);
H A Dncp.c141 ncp_fsmStart(struct ncp *ncp, struct bundle *bundle) in ncp_fsmStart() function
H A Dbundle.c149 if (ncp_fsmStart(&bundle->ncp, bundle)) { in bundle_NewPhase()