Home
last modified time | relevance | path

Searched refs:fdescriptor (Results 1 – 22 of 22) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Ddescriptor.h41 struct fdescriptor { struct
44 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); argument
45 int (*IsSet)(struct fdescriptor *, const fd_set *); argument
46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); argument
47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); argument
H A Dphysical.h79 struct fdescriptor desc;
157 extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
159 extern int physical_IsSet(struct fdescriptor *, const fd_set *);
160 extern void physical_DescriptorRead(struct fdescriptor *, struct bundle *,
H A Dbundle.h76 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 *);
H A Dserver.c51 server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in server_UpdateSet()
73 server_IsSet(struct fdescriptor *d, const fd_set *fdset) in server_IsSet()
89 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read()
195 server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in server_Write()
H A Dprompt.c132 prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, in prompt_UpdateSet()
164 prompt_IsSet(struct fdescriptor *d, const fd_set *fdset) in prompt_IsSet()
183 prompt_Read(struct fdescriptor *d, struct bundle *bundle, in prompt_Read()
305 prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in prompt_Write()
H A Dserver.h32 struct fdescriptor desc;
H A Dchat.h41 struct fdescriptor desc;
H A Dchap.h40 struct fdescriptor desc;
H A Dprompt.h41 struct fdescriptor desc;
H A Dradius.h41 struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
H A Dchat.c140 chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in chat_UpdateSet()
330 chat_IsSet(struct fdescriptor *d, const fd_set *fdset) in chat_IsSet()
379 chat_Read(struct fdescriptor *d, struct bundle *bundle __unused, in chat_Read()
494 chat_Write(struct fdescriptor *d, struct bundle *bundle __unused, in chat_Write()
H A Dmp.h63 struct fdescriptor desc;
H A Ddatalink.h55 struct fdescriptor desc; /* We play either a physical or a chat */
H A Dexec.c204 exec_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in exec_UpdateSet()
230 exec_IsSet(struct fdescriptor *d, const fd_set *fdset) in exec_IsSet()
H A Dphysical.c105 static int physical_DescriptorWrite(struct fdescriptor *, struct bundle *,
139 physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_UpdateSet()
386 physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused, in physical_DescriptorWrite()
518 physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in physical_DescriptorRead()
827 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_doUpdateSet()
889 physical_IsSet(struct fdescriptor *d, const fd_set *fdset) in physical_IsSet()
H A Dether.c376 ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ether_UpdateSet()
395 ether_IsSet(struct fdescriptor *d, const fd_set *fdset) in ether_IsSet()
408 ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in ether_DescriptorRead()
H A Dnetgraph.c353 ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ng_UpdateSet()
379 ng_IsSet(struct fdescriptor *d, const fd_set *fdset) in ng_IsSet()
392 ng_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in ng_DescriptorRead()
H A Dchap.c396 chap_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, in chap_UpdateSet()
413 chap_IsSet(struct fdescriptor *d, const fd_set *fdset) in chap_IsSet()
421 chap_Read(struct fdescriptor *d, struct bundle *bundle __unused, in chap_Read()
478 chap_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in chap_Write()
H A Dmp.c1041 mpserver_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in mpserver_UpdateSet()
1071 mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset) in mpserver_IsSet()
1078 mpserver_Read(struct fdescriptor *d, struct bundle *bundle, in mpserver_Read()
1087 mpserver_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in mpserver_Write()
H A Dradius.c685 radius_Read(struct fdescriptor *d, struct bundle *bundle __unused, in radius_Read()
714 radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, in radius_UpdateSet()
734 radius_IsSet(struct fdescriptor *d, const fd_set *fdset) in radius_IsSet()
745 radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in radius_Write()
H A Ddatalink.c251 datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in datalink_UpdateSet()
421 datalink_IsSet(struct fdescriptor *d, const fd_set *fdset) in datalink_IsSet()
448 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in datalink_Read()
478 datalink_Write(struct fdescriptor *d, struct bundle *bundle, in datalink_Write()
H A Dbundle.c451 bundle_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in bundle_UpdateSet()
511 bundle_IsSet(struct fdescriptor *d, const fd_set *fdset) in bundle_IsSet()
532 bundle_DescriptorRead(struct fdescriptor *d __unused, struct bundle *bundle, in bundle_DescriptorRead()
644 bundle_DescriptorWrite(struct fdescriptor *d __unused, struct bundle *bundle, in bundle_DescriptorWrite()