Home
last modified time | relevance | path

Searched refs:bundle_Close (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/ppp/
HDbundle.h161 extern void bundle_Close(struct bundle *, const char *, int);
HDmain.c115 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in Cleanup()
125 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in AbortProgram()
HDbundle.c154 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_NewPhase()
386 bundle_Close(struct bundle *bundle, const char *name, int how) in bundle_Close() function
1154 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_IdleTimeout()
1224 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_SessionTimeout()
HDcommand.c1307 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_STAYDOWN); in CloseCommand()
1310 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_LCP); in CloseCommand()