Symbol: ctl_cctx
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
100
static void new_state(struct ctl_cctx *, enum state);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
105
static void start_read(struct ctl_cctx *);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
106
static void stop_read(struct ctl_cctx *);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
108
static void start_timer(struct ctl_cctx *);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
109
static void stop_timer(struct ctl_cctx *);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
110
static void touch_timer(struct ctl_cctx *);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
140
struct ctl_cctx *
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
148
struct ctl_cctx *ctx;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
217
ctl_endclient(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
230
ctl_command(struct ctl_cctx *ctx, const char *cmd, size_t len,
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
269
new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
287
start_write(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
333
destroy(struct ctl_cctx *ctx, int notify) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
383
error(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
389
new_state(struct ctl_cctx *ctx, enum state new_state) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
403
struct ctl_cctx *ctx = uap;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
439
struct ctl_cctx *ctx = tran->ctx;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
456
start_read(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
472
stop_read(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
482
struct ctl_cctx *ctx = uap;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
566
start_timer(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
579
stop_timer(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
593
touch_timer(struct ctl_cctx *ctx) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
602
struct ctl_cctx *ctx = uap;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
71
struct ctl_cctx * ctx;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
96
static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
97
static void start_write(struct ctl_cctx *);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
98
static void destroy(struct ctl_cctx *, int);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
99
static void error(struct ctl_cctx *);
usr/src/lib/libresolv2/include/isc/ctl.h
39
struct ctl_cctx;
usr/src/lib/libresolv2/include/isc/ctl.h
54
typedef void (*ctl_clntdone)(struct ctl_cctx *, void *, const char *, u_int);
usr/src/lib/libresolv2/include/isc/ctl.h
79
struct ctl_cctx * ctl_client(evContext, const struct sockaddr *, size_t,
usr/src/lib/libresolv2/include/isc/ctl.h
83
void ctl_endclient(struct ctl_cctx *);
usr/src/lib/libresolv2/include/isc/ctl.h
84
int ctl_command(struct ctl_cctx *, const char *, size_t,