Searched refs:ctl_cctx (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/include/isc/ |
H A D | ctl.h | 39 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,
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_clnt.c | 77 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 726 milliseconds