Searched refs:bundle_Close (Results 1 – 4 of 4) sorted by relevance
| /src/usr.sbin/ppp/ |
| H A D | bundle.h | 169 extern void bundle_Close(struct bundle *, const char *, int);
|
| H A D | main.c | 116 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in Cleanup() 126 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in AbortProgram()
|
| H A D | bundle.c | 154 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 D | command.c | 1339 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_STAYDOWN); in CloseCommand() 1342 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_LCP); in CloseCommand()
|