HomeSort by relevance Sort by last modified time
    Searched refs:removefromset (Results 1 - 5 of 5) sorted by null

  /external/libppp/src/
physical.h 64 int (*removefromset)(struct physical *, fd_set *, fd_set *, fd_set *); member in struct:device
exec.c 123 p->handler->removefromset = NULL;
125 p->handler->removefromset = exec_RemoveFromSet;
ether.c 150 p->handler->removefromset = NULL;
152 p->handler->removefromset = ether_RemoveFromSet;
netgraph.c 262 p->handler->removefromset = NULL;
264 p->handler->removefromset = ng_RemoveFromSet;
physical.c 885 if (p->handler && p->handler->removefromset)
886 return (*p->handler->removefromset)(p, r, w, e);

Completed in 5663 milliseconds