Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.h179 extern int bundle_IsDead(struct bundle *);
H A Dmain.c563 for (; !bundle_IsDead(bundle); bundle_CleanDatalinks(bundle)) { in DoLoop()
576 if (bundle_IsDead(bundle)) in DoLoop()
H A Dbundle.c1263 bundle_IsDead(struct bundle *bundle) in bundle_IsDead() function
1725 if (!holdsession && bundle_IsDead(bundle)) { in bundle_setsid()