Searched refs:ctl_sess (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/include/isc/ |
H A D | ctl.h | 41 struct ctl_sess; 48 typedef void (*ctl_verbfunc)(struct ctl_sctx *, struct ctl_sess *, 52 typedef void (*ctl_srvrdone)(struct ctl_sctx *, struct ctl_sess *, void *); 102 void ctl_response(struct ctl_sess *, u_int, 106 void ctl_sendhelp(struct ctl_sess *, u_int); 107 void * ctl_getcsctx(struct ctl_sess *); 108 void * ctl_setcsctx(struct ctl_sess *, void *);
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_srvr.c | 84 struct ctl_sess { struct 85 LINK(struct ctl_sess) link; 118 LIST(struct ctl_sess) sess; 126 static void ctl_close(struct ctl_sess *); 127 static void ctl_new_state(struct ctl_sess *, 130 static void ctl_start_read(struct ctl_sess *); 131 static void ctl_stop_read(struct ctl_sess *); 139 static void ctl_docommand(struct ctl_sess *); 142 struct ctl_sess *, 147 struct ctl_sess *); [all...] |
Completed in 56 milliseconds