Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.h169 extern void bundle_Close(struct bundle *, const char *, int);
H A Dmain.c116 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in Cleanup()
126 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in AbortProgram()
H A Dbundle.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
1160 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_IdleTimeout()
1230 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_SessionTimeout()
H A Dcommand.c1335 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_STAYDOWN); in CloseCommand()
1338 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_LCP); in CloseCommand()