Home
last modified time | relevance | path

Searched refs:UpdateSet (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/usr.sbin/ppp/
H A Ddescriptor.h45 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); member
51 #define descriptor_UpdateSet(d, r, w, e, n) ((*(d)->UpdateSet)(d, r, w, e, n))
H A Dprompt.c318 p->desc.UpdateSet = prompt_UpdateSet; in prompt_Create()
H A Ddatalink.c800 dl->desc.UpdateSet = datalink_UpdateSet; in datalink_Create()
880 dl->desc.UpdateSet = datalink_UpdateSet; in datalink_Clone()
1329 dl->desc.UpdateSet = datalink_UpdateSet; in iov2datalink()
H A Dphysical.c147 p->desc.UpdateSet = physical_UpdateSet; in physical_SetDescriptor()
580 p->desc.UpdateSet = physical_UpdateSet; in iov2physical()
H A Dether.c650 p->desc.UpdateSet = ether_UpdateSet; in ether_Create()
H A Dnetgraph.c715 p->desc.UpdateSet = ng_UpdateSet; in ng_Create()
H A Dchat.c548 c->desc.UpdateSet = chat_UpdateSet; in chat_Init()
H A Dchap.c667 chap->desc.UpdateSet = chap_UpdateSet; in chap_Init()
H A Dradius.c615 r->desc.UpdateSet = radius_UpdateSet; in radius_Init()
H A Dmp.c1099 s->desc.UpdateSet = mpserver_UpdateSet; in mpserver_Init()
H A Dbundle.c854 bundle.desc.UpdateSet = bundle_UpdateSet; in bundle_Create()