Searched refs:physical_IsSet (Results 1 - 6 of 6) sorted by relevance

/external/libppp/src/
H A Dphysical.h161 extern int physical_IsSet(struct fdescriptor *, const fd_set *);
H A Dether.c402 result += physical_IsSet(d, fdset);
423 if (physical_IsSet(d, fdset))
H A Dnetgraph.c386 result += physical_IsSet(d, fdset);
401 if (physical_IsSet(d, fdset))
H A Dphysical.c170 p->desc.IsSet = physical_IsSet;
607 p->desc.IsSet = physical_IsSet;
914 physical_IsSet(struct fdescriptor *d, const fd_set *fdset) function
H A Dexec.c235 result += physical_IsSet(d, fdset);
H A Dchat.c328 return c->argptr && physical_IsSet(&c->physical->desc, fdset);

Completed in 405 milliseconds