Searched refs:removefromset (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/usr.sbin/ppp/
H A Dphysical.h64 int (*removefromset)(struct physical *, fd_set *, fd_set *, fd_set *); member in struct:device
H A Dexec.c123 p->handler->removefromset = NULL;
125 p->handler->removefromset = exec_RemoveFromSet;
H A Dether.c150 p->handler->removefromset = NULL;
152 p->handler->removefromset = ether_RemoveFromSet;
H A Dnetgraph.c262 p->handler->removefromset = NULL;
264 p->handler->removefromset = ng_RemoveFromSet;
H A Dphysical.c873 if (p->handler && p->handler->removefromset)
874 return (*p->handler->removefromset)(p, r, w, e);

Completed in 33 milliseconds