HomeSort by relevance Sort by last modified time
    Searched refs:UpdateSet (Results 1 - 12 of 12) sorted by null

  /external/libppp/src/
descriptor.h 44 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *);
50 #define descriptor_UpdateSet(d, r, w, e, n) ((*(d)->UpdateSet)(d, r, w, e, n))
exec.c 394 p->desc.UpdateSet = exec_UpdateSet;
prompt.c 320 p->desc.UpdateSet = prompt_UpdateSet;
datalink.c 801 dl->desc.UpdateSet = datalink_UpdateSet;
881 dl->desc.UpdateSet = datalink_UpdateSet;
    [all...]
ether.c 656 p->desc.UpdateSet = ether_UpdateSet;
netgraph.c 708 p->desc.UpdateSet = ng_UpdateSet;
physical.c 169 p->desc.UpdateSet = physical_UpdateSet;
606 p->desc.UpdateSet = physical_UpdateSet;
chap.c 672 chap->desc.UpdateSet = chap_UpdateSet;
chat.c 548 c->desc.UpdateSet = chat_UpdateSet;
mp.c 1099 s->desc.UpdateSet = mpserver_UpdateSet;
    [all...]
radius.c 760 r->desc.UpdateSet = radius_UpdateSet;
    [all...]
bundle.c 501 * This *MUST* be called after the datalink UpdateSet()s as it
859 bundle.desc.UpdateSet = bundle_UpdateSet;
    [all...]

Completed in 180 milliseconds