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

  /external/libppp/src/
descriptor.h 41 struct fdescriptor { struct
44 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *);
45 int (*IsSet)(struct fdescriptor *, const fd_set *);
46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *);
47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *);
server.h 32 struct fdescriptor desc;
chap.h 40 struct fdescriptor desc;
chat.h 39 struct fdescriptor desc;
physical.h 81 struct fdescriptor desc;
159 extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
161 extern int physical_IsSet(struct fdescriptor *, const fd_set *);
162 extern void physical_DescriptorRead(struct fdescriptor *, struct bundle *,
bundle.h 76 struct fdescriptor desc; /* really all our datalinks */
187 extern void bundle_RegisterDescriptor(struct bundle *, struct fdescriptor *);
188 extern void bundle_UnRegisterDescriptor(struct bundle *, struct fdescriptor *);
prompt.h 41 struct fdescriptor desc;
radius.h 41 struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
datalink.h 55 struct fdescriptor desc; /* We play either a physical or a chat */
mp.h 63 struct fdescriptor desc;
prompt.c 132 prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
164 prompt_IsSet(struct fdescriptor *d, const fd_set *fdset)
183 prompt_Read(struct fdescriptor *d, struct bundle *bundle,
305 prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
server.c 51 server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
73 server_IsSet(struct fdescriptor *d, const fd_set *fdset)
89 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
195 server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
ether.c 376 ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
395 ether_IsSet(struct fdescriptor *d, const fd_set *fdset)
408 ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
netgraph.c 353 ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
379 ng_IsSet(struct fdescriptor *d, const fd_set *fdset)
392 ng_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
physical.c 114 static int physical_DescriptorWrite(struct fdescriptor *, struct bundle *,
159 physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
410 physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused,
542 physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
852 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
914 physical_IsSet(struct fdescriptor *d, const fd_set *fdset)
exec.c 204 exec_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
230 exec_IsSet(struct fdescriptor *d, const fd_set *fdset)
chap.c 396 chap_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
413 chap_IsSet(struct fdescriptor *d, const fd_set *fdset)
421 chap_Read(struct fdescriptor *d, struct bundle *bundle __unused,
478 chap_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
chat.c 140 chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
325 chat_IsSet(struct fdescriptor *d, const fd_set *fdset)
374 chat_Read(struct fdescriptor *d, struct bundle *bundle __unused,
489 chat_Write(struct fdescriptor *d, struct bundle *bundle __unused,
mp.c 1041 mpserver_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
1071 mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset)
1078 mpserver_Read(struct fdescriptor *d, struct bundle *bundle,
1087 mpserver_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
    [all...]
radius.c 685 radius_Read(struct fdescriptor *d, struct bundle *bundle __unused,
711 * Behave as a struct fdescriptor (descriptor.h)
714 radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
731 * Behave as a struct fdescriptor (descriptor.h)
734 radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
742 * Behave as a struct fdescriptor (descriptor.h)
745 radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
    [all...]
datalink.c 251 datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
421 datalink_IsSet(struct fdescriptor *d, const fd_set *fdset)
448 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
478 datalink_Write(struct fdescriptor *d, struct bundle *bundle,
    [all...]
bundle.c 451 bundle_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
511 bundle_IsSet(struct fdescriptor *d, const fd_set *fdset)
532 bundle_DescriptorRead(struct fdescriptor *d __unused, struct bundle *bundle,
644 bundle_DescriptorWrite(struct fdescriptor *d __unused, struct bundle *bundle,
    [all...]

Completed in 1571 milliseconds