Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddatalink.h47 #define CLOSE_LCP 2 macro
H A Ddatalink.c531 if (how == CLOSE_LCP) in datalink_ComeDown()
1016 if (how == CLOSE_LCP) in datalink_Close()
H A Dcommand.c1342 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_LCP); in CloseCommand()
1374 datalink_Down(arg->cx, CLOSE_LCP); in DownCommand()
1376 bundle_Down(arg->bundle, CLOSE_LCP); in DownCommand()
H A Dbundle.c406 case CLOSE_LCP: in bundle_Close()