Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ppp/
HDbundle.h171 extern void bundle_Close(struct bundle *, const char *, int);
HDmain.c118 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in Cleanup()
128 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in AbortProgram()
HDbundle.c156 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_NewPhase()
388 bundle_Close(struct bundle *bundle, const char *name, int how) in bundle_Close() function
1165 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_IdleTimeout()
1235 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_SessionTimeout()
HDcommand.c1337 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_STAYDOWN); in CloseCommand()
1340 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_LCP); in CloseCommand()