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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/include/isc/
H A Dctl.h39 struct ctl_cctx;
54 typedef void (*ctl_clntdone)(struct ctl_cctx *, void *, const char *, u_int);
79 struct ctl_cctx * ctl_client(evContext, const struct sockaddr *, size_t,
83 void ctl_endclient(struct ctl_cctx *);
84 int ctl_command(struct ctl_cctx *, const char *, size_t,
/opensolaris-onvv-gate/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 102 milliseconds