fdescriptor
bundle_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
bundle_IsSet(struct fdescriptor *d, const fd_set *fdset)
bundle_DescriptorRead(struct fdescriptor *d __unused, struct bundle *bundle,
bundle_DescriptorWrite(struct fdescriptor *d __unused, struct bundle *bundle,
extern void bundle_RegisterDescriptor(struct bundle *, struct fdescriptor *);
extern void bundle_UnRegisterDescriptor(struct bundle *, struct fdescriptor *);
struct fdescriptor desc; /* really all our datalinks */
chap_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
chap_IsSet(struct fdescriptor *d, const fd_set *fdset)
chap_Read(struct fdescriptor *d, struct bundle *bundle __unused,
chap_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
struct fdescriptor desc;
chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
chat_IsSet(struct fdescriptor *d, const fd_set *fdset)
chat_Read(struct fdescriptor *d, struct bundle *bundle __unused,
chat_Write(struct fdescriptor *d, struct bundle *bundle __unused,
struct fdescriptor desc;
datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
datalink_IsSet(struct fdescriptor *d, const fd_set *fdset)
datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
datalink_Write(struct fdescriptor *d, struct bundle *bundle,
struct fdescriptor desc; /* We play either a physical or a chat */
int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *);
int (*IsSet)(struct fdescriptor *, const fd_set *);
void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *);
int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *);
ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
ether_IsSet(struct fdescriptor *d, const fd_set *fdset)
ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
exec_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
exec_IsSet(struct fdescriptor *d, const fd_set *fdset)
mpserver_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset)
mpserver_Read(struct fdescriptor *d, struct bundle *bundle,
mpserver_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
struct fdescriptor desc;
ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
ng_IsSet(struct fdescriptor *d, const fd_set *fdset)
ng_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
static int physical_DescriptorWrite(struct fdescriptor *, struct bundle *,
physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused,
physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
physical_IsSet(struct fdescriptor *d, const fd_set *fdset)
extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
extern int physical_IsSet(struct fdescriptor *, const fd_set *);
extern void physical_DescriptorRead(struct fdescriptor *, struct bundle *,
struct fdescriptor desc;
prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
prompt_IsSet(struct fdescriptor *d, const fd_set *fdset)
prompt_Read(struct fdescriptor *d, struct bundle *bundle,
prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
struct fdescriptor desc;
radius_Read(struct fdescriptor *d, struct bundle *bundle __unused,
radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
server_IsSet(struct fdescriptor *d, const fd_set *fdset)
server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
struct fdescriptor desc;