| /dflybsd-src/usr.sbin/ppp/ |
| H A D | descriptor.h | 42 struct fdescriptor { struct 45 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); argument 46 int (*IsSet)(struct fdescriptor *, const fd_set *); argument 47 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); argument 48 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); argument
|
| H A D | physical.h | 80 struct fdescriptor desc; 156 extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *, 158 extern int physical_IsSet(struct fdescriptor *, const fd_set *); 159 extern void physical_DescriptorRead(struct fdescriptor *, struct bundle *,
|
| H A D | bundle.h | 71 struct fdescriptor desc; /* really all our datalinks */ 179 extern void bundle_RegisterDescriptor(struct bundle *, struct fdescriptor *); 180 extern void bundle_UnRegisterDescriptor(struct bundle *, struct fdescriptor *);
|
| H A D | server.c | 52 server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in server_UpdateSet() 74 server_IsSet(struct fdescriptor *d, const fd_set *fdset) in server_IsSet() 90 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read() 196 server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __… in server_Write()
|
| H A D | prompt.c | 133 prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, fd_set *e, int *n) 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, const fd_set *fdset __unused) in prompt_Read() 304 prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __… in prompt_Write()
|
| H A D | server.h | 33 struct fdescriptor desc;
|
| H A D | chat.h | 40 struct fdescriptor desc;
|
| H A D | chap.h | 40 struct fdescriptor desc;
|
| H A D | radius.h | 37 struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
|
| H A D | chat.c | 141 chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in chat_UpdateSet() 325 chat_IsSet(struct fdescriptor *d, const fd_set *fdset) in chat_IsSet() 374 chat_Read(struct fdescriptor *d, struct bundle *bundle __unused, in chat_Read() 489 chat_Write(struct fdescriptor *d, struct bundle *bundle __unused, in chat_Write()
|
| H A D | prompt.h | 42 struct fdescriptor desc;
|
| H A D | physical.c | 103 static int physical_DescriptorWrite(struct fdescriptor *, struct bundle *, 137 physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_UpdateSet() 384 physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused, in physical_DescriptorWrite() 516 physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in physical_DescriptorRead() 823 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_doUpdateSet() 885 physical_IsSet(struct fdescriptor *d, const fd_set *fdset) in physical_IsSet()
|
| H A D | mp.h | 64 struct fdescriptor desc;
|
| H A D | ether.c | 383 ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ether_UpdateSet() 402 ether_IsSet(struct fdescriptor *d, const fd_set *fdset) in ether_IsSet() 415 ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in ether_DescriptorRead()
|
| H A D | datalink.h | 56 struct fdescriptor desc; /* We play either a physical or a chat */
|
| H A D | netgraph.c | 360 ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ng_UpdateSet() 386 ng_IsSet(struct fdescriptor *d, const fd_set *fdset) in ng_IsSet() 399 ng_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in ng_DescriptorRead()
|
| H A D | chap.c | 396 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 D | radius.c | 562 radius_Read(struct fdescriptor *d, struct bundle *bundle __unused, const fd_set *fdset __unused) in radius_Read() 571 radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, fd_set *e __unused, int *n) in radius_UpdateSet() 590 radius_IsSet(struct fdescriptor *d, const fd_set *fdset) in radius_IsSet() 601 radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __… in radius_Write()
|
| H A D | mp.c | 1041 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 D | datalink.c | 250 datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in datalink_UpdateSet() 420 datalink_IsSet(struct fdescriptor *d, const fd_set *fdset) in datalink_IsSet() 447 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in datalink_Read() 477 datalink_Write(struct fdescriptor *d, struct bundle *bundle, in datalink_Write()
|
| H A D | bundle.c | 451 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()
|