Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Ddescriptor.h46 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); member
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; in exec_Create()
H A Dprompt.c322 p->desc.UpdateSet = prompt_UpdateSet; in prompt_Create()
H A Ddatalink.c803 dl->desc.UpdateSet = datalink_UpdateSet; in datalink_Create()
883 dl->desc.UpdateSet = datalink_UpdateSet; in datalink_Clone()
1337 dl->desc.UpdateSet = datalink_UpdateSet; in iov2datalink()
H A Dphysical.c151 p->desc.UpdateSet = physical_UpdateSet; in physical_SetDescriptor()
584 p->desc.UpdateSet = physical_UpdateSet; in iov2physical()
H A Dether.c658 p->desc.UpdateSet = ether_UpdateSet; in ether_Create()
H A Dnetgraph.c710 p->desc.UpdateSet = ng_UpdateSet; in ng_Create()
H A Dchat.c555 c->desc.UpdateSet = chat_UpdateSet; in chat_Init()
H A Dchap.c674 chap->desc.UpdateSet = chap_UpdateSet; in chap_Init()
H A Dradius.c762 r->desc.UpdateSet = radius_UpdateSet; in radius_Init()
H A Dmp.c1101 s->desc.UpdateSet = mpserver_UpdateSet; in mpserver_Init()
H A Dbundle.c858 bundle.desc.UpdateSet = bundle_UpdateSet; in bundle_Create()