Searched defs:fdescriptor (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Ddescriptor.h41 struct fdescriptor { struct
44 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *);
45 int (*IsSet)(struct fdescriptor *, const fd_set *);
46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *);
47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *);

Completed in 114 milliseconds