Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dbundle.h171 extern void bundle_Close(struct bundle *, const char *, int);
H A Dmain.c118 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in Cleanup()
128 bundle_Close(SignalBundle, NULL, CLOSE_STAYDOWN); in AbortProgram()
H A Dbundle.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
1162 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_IdleTimeout()
1232 bundle_Close(bundle, NULL, CLOSE_STAYDOWN); in bundle_SessionTimeout()
H A Dcommand.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()