Symbol: fdescriptor
usr.sbin/ppp/bundle.c
451
bundle_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/bundle.c
511
bundle_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/bundle.c
532
bundle_DescriptorRead(struct fdescriptor *d __unused, struct bundle *bundle,
usr.sbin/ppp/bundle.c
644
bundle_DescriptorWrite(struct fdescriptor *d __unused, struct bundle *bundle,
usr.sbin/ppp/bundle.h
179
extern void bundle_RegisterDescriptor(struct bundle *, struct fdescriptor *);
usr.sbin/ppp/bundle.h
180
extern void bundle_UnRegisterDescriptor(struct bundle *, struct fdescriptor *);
usr.sbin/ppp/bundle.h
71
struct fdescriptor desc; /* really all our datalinks */
usr.sbin/ppp/chap.c
396
chap_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
usr.sbin/ppp/chap.c
413
chap_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/chap.c
421
chap_Read(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/chap.c
478
chap_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
usr.sbin/ppp/chap.h
40
struct fdescriptor desc;
usr.sbin/ppp/chat.c
141
chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/chat.c
325
chat_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/chat.c
374
chat_Read(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/chat.c
489
chat_Write(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/chat.h
40
struct fdescriptor desc;
usr.sbin/ppp/datalink.c
250
datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/datalink.c
420
datalink_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/datalink.c
447
datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
usr.sbin/ppp/datalink.c
477
datalink_Write(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/datalink.h
56
struct fdescriptor desc; /* We play either a physical or a chat */
usr.sbin/ppp/descriptor.h
45
int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *);
usr.sbin/ppp/descriptor.h
46
int (*IsSet)(struct fdescriptor *, const fd_set *);
usr.sbin/ppp/descriptor.h
47
void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *);
usr.sbin/ppp/descriptor.h
48
int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *);
usr.sbin/ppp/ether.c
383
ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/ether.c
402
ether_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/ether.c
415
ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/mp.c
1041
mpserver_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/mp.c
1071
mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/mp.c
1078
mpserver_Read(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/mp.c
1087
mpserver_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
usr.sbin/ppp/mp.h
64
struct fdescriptor desc;
usr.sbin/ppp/netgraph.c
360
ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/netgraph.c
386
ng_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/netgraph.c
399
ng_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/physical.c
103
static int physical_DescriptorWrite(struct fdescriptor *, struct bundle *,
usr.sbin/ppp/physical.c
137
physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/physical.c
384
physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/physical.c
516
physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/physical.c
823
physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/physical.c
885
physical_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/physical.h
156
extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
usr.sbin/ppp/physical.h
158
extern int physical_IsSet(struct fdescriptor *, const fd_set *);
usr.sbin/ppp/physical.h
159
extern void physical_DescriptorRead(struct fdescriptor *, struct bundle *,
usr.sbin/ppp/physical.h
80
struct fdescriptor desc;
usr.sbin/ppp/prompt.c
133
prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, fd_set *e, int *n)
usr.sbin/ppp/prompt.c
164
prompt_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/prompt.c
183
prompt_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset __unused)
usr.sbin/ppp/prompt.c
304
prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/prompt.h
42
struct fdescriptor desc;
usr.sbin/ppp/radius.c
562
radius_Read(struct fdescriptor *d, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/radius.c
571
radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, fd_set *e __unused, int *n)
usr.sbin/ppp/radius.c
590
radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/radius.c
601
radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/radius.h
37
struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
usr.sbin/ppp/server.c
196
server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/server.c
52
server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/server.c
74
server_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/server.c
90
server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
usr.sbin/ppp/server.h
33
struct fdescriptor desc;