Home
last modified time | relevance | path

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

/external/libppp/src/
Ddatalink.h47 #define CLOSE_LCP 2 macro
Ddatalink.c531 if (how == CLOSE_LCP) in datalink_ComeDown()
1016 if (how == CLOSE_LCP) in datalink_Close()
Dcommand.c1331 bundle_Close(arg->bundle, arg->cx ? arg->cx->name : NULL, CLOSE_LCP); in CloseCommand()
1363 datalink_Down(arg->cx, CLOSE_LCP); in DownCommand()
1365 bundle_Down(arg->bundle, CLOSE_LCP); in DownCommand()
Dbundle.c406 case CLOSE_LCP: in bundle_Close()