OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physical_IsSet
(Results
1 - 6
of
6
) sorted by null
/external/libppp/src/
physical.h
161
extern int
physical_IsSet
(struct fdescriptor *, const fd_set *);
ether.c
402
result +=
physical_IsSet
(d, fdset);
423
if (
physical_IsSet
(d, fdset))
netgraph.c
386
result +=
physical_IsSet
(d, fdset);
401
if (
physical_IsSet
(d, fdset))
physical.c
170
p->desc.IsSet =
physical_IsSet
;
607
p->desc.IsSet =
physical_IsSet
;
914
physical_IsSet
(struct fdescriptor *d, const fd_set *fdset)
exec.c
235
result +=
physical_IsSet
(d, fdset);
chat.c
328
return c->argptr &&
physical_IsSet
(&c->physical->desc, fdset);
Completed in 120 milliseconds