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
187
extern void bundle_RegisterDescriptor(struct bundle *, struct fdescriptor *);
usr.sbin/ppp/bundle.h
188
extern void bundle_UnRegisterDescriptor(struct bundle *, struct fdescriptor *);
usr.sbin/ppp/bundle.h
76
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
140
chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/chat.c
330
chat_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/chat.c
379
chat_Read(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/chat.c
494
chat_Write(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/chat.h
41
struct fdescriptor desc;
usr.sbin/ppp/datalink.c
251
datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/datalink.c
421
datalink_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/datalink.c
448
datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
usr.sbin/ppp/datalink.c
478
datalink_Write(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/datalink.h
55
struct fdescriptor desc; /* We play either a physical or a chat */
usr.sbin/ppp/descriptor.h
44
int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *);
usr.sbin/ppp/descriptor.h
45
int (*IsSet)(struct fdescriptor *, const fd_set *);
usr.sbin/ppp/descriptor.h
46
void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *);
usr.sbin/ppp/descriptor.h
47
int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *);
usr.sbin/ppp/ether.c
376
ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/ether.c
395
ether_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/ether.c
408
ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/exec.c
204
exec_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/exec.c
230
exec_IsSet(struct fdescriptor *d, const fd_set *fdset)
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
63
struct fdescriptor desc;
usr.sbin/ppp/netgraph.c
353
ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/netgraph.c
379
ng_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/netgraph.c
392
ng_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/physical.c
105
static int physical_DescriptorWrite(struct fdescriptor *, struct bundle *,
usr.sbin/ppp/physical.c
139
physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/physical.c
386
physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/physical.c
518
physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
usr.sbin/ppp/physical.c
827
physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/physical.c
889
physical_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/physical.h
157
extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
usr.sbin/ppp/physical.h
159
extern int physical_IsSet(struct fdescriptor *, const fd_set *);
usr.sbin/ppp/physical.h
160
extern void physical_DescriptorRead(struct fdescriptor *, struct bundle *,
usr.sbin/ppp/physical.h
79
struct fdescriptor desc;
usr.sbin/ppp/prompt.c
132
prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
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,
usr.sbin/ppp/prompt.c
305
prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
usr.sbin/ppp/prompt.h
41
struct fdescriptor desc;
usr.sbin/ppp/radius.c
685
radius_Read(struct fdescriptor *d, struct bundle *bundle __unused,
usr.sbin/ppp/radius.c
714
radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
usr.sbin/ppp/radius.c
734
radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/radius.c
745
radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
usr.sbin/ppp/radius.h
41
struct fdescriptor desc; /* We're a sort of (selectable) fdescriptor */
usr.sbin/ppp/server.c
195
server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused,
usr.sbin/ppp/server.c
51
server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/server.c
73
server_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/server.c
89
server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
usr.sbin/ppp/server.h
32
struct fdescriptor desc;