Searched refs:descriptor_UpdateSet (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | descriptor.h | 50 #define descriptor_UpdateSet(d, r, w, e, n) ((*(d)->UpdateSet)(d, r, w, e, n)) macro
|
H A D | main.c | 570 descriptor_UpdateSet(&bundle->desc, rfds, wfds, efds, &nfds); in DoLoop() 573 descriptor_UpdateSet(&server.desc, rfds, NULL, NULL, &nfds); in DoLoop()
|
H A D | server.c | 67 sets += descriptor_UpdateSet(&p->desc, r, w, e, n); in server_UpdateSet()
|
H A D | datalink.c | 359 result = descriptor_UpdateSet(&dl->chat.desc, r, w, e, n); in datalink_UpdateSet() 407 result = descriptor_UpdateSet(&dl->chap.desc, r, w, e, n) + in datalink_UpdateSet() 408 descriptor_UpdateSet(&dl->physical->desc, r, w, e, n); in datalink_UpdateSet()
|
H A D | bundle.c | 493 result += descriptor_UpdateSet(&bundle->radius.desc, r, w, e, n); in bundle_UpdateSet() 498 result += descriptor_UpdateSet(&dl->desc, r, w, e, n); in bundle_UpdateSet() 505 result += descriptor_UpdateSet(&bundle->ncp.mp.server.desc, r, w, e, n); in bundle_UpdateSet()
|