Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Ddescriptor.h43 struct fdescriptor { struct
46 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); argument
47 int (*IsSet)(struct fdescriptor *, const fd_set *); argument
48 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); argument
49 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); argument
H A Dphysical.h81 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 *,
H A Dbundle.h78 struct fdescriptor desc; /* really all our datalinks */
189 extern void bundle_RegisterDescriptor(struct bundle *, struct fdescriptor *);
190 extern void bundle_UnRegisterDescriptor(struct bundle *, struct fdescriptor *);
H A Dserver.c53 server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in server_UpdateSet()
75 server_IsSet(struct fdescriptor *d, const fd_set *fdset) in server_IsSet()
91 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read()
197 server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in server_Write()
H A Dprompt.c134 prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, in prompt_UpdateSet()
166 prompt_IsSet(struct fdescriptor *d, const fd_set *fdset) in prompt_IsSet()
185 prompt_Read(struct fdescriptor *d, struct bundle *bundle, in prompt_Read()
307 prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in prompt_Write()
H A Dserver.h34 struct fdescriptor desc;
H A Dchat.h41 struct fdescriptor desc;
H A Dchap.h42 struct fdescriptor desc;
H A Dprompt.h43 struct fdescriptor desc;
H A Dradius.h43 struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
H A Dchat.c142 chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in chat_UpdateSet()
332 chat_IsSet(struct fdescriptor *d, const fd_set *fdset) in chat_IsSet()
381 chat_Read(struct fdescriptor *d, struct bundle *bundle __unused, in chat_Read()
496 chat_Write(struct fdescriptor *d, struct bundle *bundle __unused, in chat_Write()
H A Dmp.h65 struct fdescriptor desc;
H A Ddatalink.h57 struct fdescriptor desc; /* We play either a physical or a chat */
H A Dphysical.c107 static int physical_DescriptorWrite(struct fdescriptor *, struct bundle *,
141 physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_UpdateSet()
392 physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused, in physical_DescriptorWrite()
524 physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in physical_DescriptorRead()
833 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_doUpdateSet()
895 physical_IsSet(struct fdescriptor *d, const fd_set *fdset) in physical_IsSet()
H A Dexec.c206 exec_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in exec_UpdateSet()
232 exec_IsSet(struct fdescriptor *d, const fd_set *fdset) in exec_IsSet()
H A Dether.c378 ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ether_UpdateSet()
397 ether_IsSet(struct fdescriptor *d, const fd_set *fdset) in ether_IsSet()
410 ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in ether_DescriptorRead()
H A Dnetgraph.c355 ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ng_UpdateSet()
381 ng_IsSet(struct fdescriptor *d, const fd_set *fdset) in ng_IsSet()
394 ng_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in ng_DescriptorRead()
H A Dchap.c398 chap_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, in chap_UpdateSet()
415 chap_IsSet(struct fdescriptor *d, const fd_set *fdset) in chap_IsSet()
423 chap_Read(struct fdescriptor *d, struct bundle *bundle __unused, in chap_Read()
480 chap_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in chap_Write()
H A Dmp.c1043 mpserver_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in mpserver_UpdateSet()
1073 mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset) in mpserver_IsSet()
1080 mpserver_Read(struct fdescriptor *d, struct bundle *bundle, in mpserver_Read()
1089 mpserver_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in mpserver_Write()
H A Dradius.c687 radius_Read(struct fdescriptor *d, struct bundle *bundle __unused, in radius_Read()
716 radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, in radius_UpdateSet()
736 radius_IsSet(struct fdescriptor *d, const fd_set *fdset) in radius_IsSet()
747 radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, in radius_Write()
H A Ddatalink.c253 datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in datalink_UpdateSet()
423 datalink_IsSet(struct fdescriptor *d, const fd_set *fdset) in datalink_IsSet()
450 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in datalink_Read()
480 datalink_Write(struct fdescriptor *d, struct bundle *bundle, in datalink_Write()
H A Dbundle.c453 bundle_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in bundle_UpdateSet()
513 bundle_IsSet(struct fdescriptor *d, const fd_set *fdset) in bundle_IsSet()
534 bundle_DescriptorRead(struct fdescriptor *d __unused, struct bundle *bundle, in bundle_DescriptorRead()
646 bundle_DescriptorWrite(struct fdescriptor *d __unused, struct bundle *bundle, in bundle_DescriptorWrite()