OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phys_type
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
bundle.c
227
bundle->
phys_type
.all |= dl->physical->type;
229
bundle->
phys_type
.open |= dl->physical->type;
232
if ((bundle->
phys_type
.open & (PHYS_DEDICATED|PHYS_DDIAL))
233
!= bundle->
phys_type
.open && bundle->session.timer.state == TIMER_STOPPED)
238
if ((bundle->
phys_type
.open & (PHYS_DEDICATED|PHYS_DDIAL))
239
!= bundle->
phys_type
.open && bundle->idle.timer.state == TIMER_STOPPED)
249
bundle->
phys_type
.all = bundle->
phys_type
.open = 0;
256
if ((bundle->
phys_type
.open & (PHYS_DEDICATED|PHYS_DDIAL))
257
== bundle->
phys_type
.open)
[
all
...]
bundle.h
94
}
phys_type
;
member in struct:bundle
command.c
334
mode = arg->bundle->
phys_type
.all;
397
(arg->bundle->
phys_type
.all & ~(PHYS_INTERACTIVE|PHYS_AUTO)))) {
[
all
...]
Completed in 1825 milliseconds