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

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c77 struct ctl_cctx * ctx;
83 struct ctl_cctx { struct
102 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);
103 static void start_write(struct ctl_cctx *);
104 static void destroy(struct ctl_cctx *, int);
105 static void error(struct ctl_cctx *);
106 static void new_state(struct ctl_cctx *, enum state);
111 static void start_read(struct ctl_cctx *);
112 static void stop_read(struct ctl_cctx *);
114 static void start_timer(struct ctl_cctx *);
[all...]

Completed in 21 milliseconds