OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stayonline
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
datalink.h
61
unsigned
stayonline
: 1; /* stay online when LCP is closed ? */
member in struct:datalink
datalink.c
529
int
stayonline
;
local
536
stayonline
= dl->
stayonline
;
537
dl->
stayonline
= 0;
539
if (dl->state >= DATALINK_READY &&
stayonline
) {
817
dl->
stayonline
= 0;
1056
dl->
stayonline
= 0;
1064
dl->
stayonline
= dl->state >= DATALINK_LCP ? 1 : 0;
[
all
...]
Completed in 58 milliseconds