| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | descriptor.h | 43 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 D | 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 *,
|
| H A D | bundle.h | 78 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 D | server.c | 53 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 D | prompt.c | 134 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 D | server.h | 34 struct fdescriptor desc;
|
| H A D | chat.h | 41 struct fdescriptor desc;
|
| H A D | chap.h | 42 struct fdescriptor desc;
|
| H A D | prompt.h | 43 struct fdescriptor desc;
|
| H A D | radius.h | 43 struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
|
| H A D | chat.c | 142 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 D | mp.h | 65 struct fdescriptor desc;
|
| H A D | datalink.h | 57 struct fdescriptor desc; /* We play either a physical or a chat */
|
| H A D | physical.c | 107 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 D | exec.c | 206 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 D | ether.c | 378 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 D | netgraph.c | 355 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 D | chap.c | 398 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 D | mp.c | 1043 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 D | radius.c | 687 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 D | datalink.c | 253 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 D | bundle.c | 453 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()
|