Home
last modified time | relevance | path

Searched refs:physical_doUpdateSet (Results 1 – 6 of 6) sorted by relevance

/external/libppp/src/
Dphysical.h159 extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
Dchat.c319 return physical_doUpdateSet(&c->physical->desc, r, NULL, e, n, 1); in chat_UpdateSet()
321 return physical_doUpdateSet(&c->physical->desc, NULL, w, e, n, 1); in chat_UpdateSet()
Dexec.c226 return result + physical_doUpdateSet(d, r, w, e, n, 0); in exec_UpdateSet()
Dether.c389 result += physical_doUpdateSet(d, r, w, e, n, 0); in ether_UpdateSet()
Dphysical.c162 return physical_doUpdateSet(d, r, w, e, n, 0); in physical_UpdateSet()
852 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_doUpdateSet() function
Dnetgraph.c371 result = physical_doUpdateSet(d, r, w, e, n, 0); in ng_UpdateSet()