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

/freebsd-12-stable/usr.sbin/ppp/
H A Ddescriptor.h52 #define descriptor_UpdateSet(d, r, w, e, n) ((*(d)->UpdateSet)(d, r, w, e, n)) macro
H A Dmain.c572 descriptor_UpdateSet(&bundle->desc, rfds, wfds, efds, &nfds);
575 descriptor_UpdateSet(&server.desc, rfds, NULL, NULL, &nfds);
H A Dserver.c69 sets += descriptor_UpdateSet(&p->desc, r, w, e, n);
H A Ddatalink.c361 result = descriptor_UpdateSet(&dl->chat.desc, r, w, e, n);
409 result = descriptor_UpdateSet(&dl->chap.desc, r, w, e, n) +
410 descriptor_UpdateSet(&dl->physical->desc, r, w, e, n);
H A Dbundle.c495 result += descriptor_UpdateSet(&bundle->radius.desc, r, w, e, n);
500 result += descriptor_UpdateSet(&dl->desc, r, w, e, n);
507 result += descriptor_UpdateSet(&bundle->ncp.mp.server.desc, r, w, e, n);

Completed in 69 milliseconds