Searched refs:UpdateSet (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Ddescriptor.h46 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); member in struct:fdescriptor
52 #define descriptor_UpdateSet(d, r, w, e, n) ((*(d)->UpdateSet)(d, r, w, e, n))
H A Dexec.c396 p->desc.UpdateSet = exec_UpdateSet;
H A Dprompt.c322 p->desc.UpdateSet = prompt_UpdateSet;
H A Ddatalink.c803 dl->desc.UpdateSet = datalink_UpdateSet;
883 dl->desc.UpdateSet = datalink_UpdateSet;
1337 dl->desc.UpdateSet = datalink_UpdateSet;
H A Dether.c658 p->desc.UpdateSet = ether_UpdateSet;
H A Dnetgraph.c710 p->desc.UpdateSet = ng_UpdateSet;
H A Dphysical.c151 p->desc.UpdateSet = physical_UpdateSet;
588 p->desc.UpdateSet = physical_UpdateSet;
H A Dchap.c674 chap->desc.UpdateSet = chap_UpdateSet;
H A Dchat.c555 c->desc.UpdateSet = chat_UpdateSet;
H A Dmp.c1101 s->desc.UpdateSet = mpserver_UpdateSet;
H A Dradius.c762 r->desc.UpdateSet = radius_UpdateSet;
H A Dbundle.c503 * This *MUST* be called after the datalink UpdateSet()s as it
861 bundle.desc.UpdateSet = bundle_UpdateSet;

Completed in 198 milliseconds