Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dbundle.h181 extern int bundle_IsDead(struct bundle *);
H A Dmain.c565 for (; !bundle_IsDead(bundle); bundle_CleanDatalinks(bundle)) { in DoLoop()
578 if (bundle_IsDead(bundle)) in DoLoop()
H A Dbundle.c1265 bundle_IsDead(struct bundle *bundle) in bundle_IsDead() function
1727 if (!holdsession && bundle_IsDead(bundle)) { in bundle_setsid()