Searched refs:ccmsg (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/isccc/
H A Dccmsg.c23 /* $Id: ccmsg.c,v 1.10 2007/08/28 07:20:43 tbox Exp $ */
35 #include <isccc/ccmsg.h>
48 isccc_ccmsg_t *ccmsg = ev_in->ev_arg; local
52 INSIST(VALID_CCMSG(ccmsg));
54 dev = &ccmsg->event;
57 ccmsg->result = ev->result;
64 ccmsg->size = ntohl(ccmsg->size);
65 if (ccmsg->size == 0) {
66 ccmsg
103 isccc_ccmsg_t *ccmsg = ev_in->ev_arg; local
127 isccc_ccmsg_init(isc_mem_t *mctx, isc_socket_t *sock, isccc_ccmsg_t *ccmsg) argument
148 isccc_ccmsg_setmaxsize(isccc_ccmsg_t *ccmsg, unsigned int maxsize) argument
156 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
194 isccc_ccmsg_cancelread(isccc_ccmsg_t *ccmsg) argument
215 isccc_ccmsg_invalidate(isccc_ccmsg_t *ccmsg) argument
[all...]
/bind-9.11.3/lib/isccc/include/isccc/
H A Dccmsg.h23 /* $Id: ccmsg.h,v 1.11 2007/08/28 07:20:43 tbox Exp $ */
28 /*! \file isccc/ccmsg.h */
55 isccc_ccmsg_init(isc_mem_t *mctx, isc_socket_t *sock, isccc_ccmsg_t *ccmsg);
66 *\li "ccmsg" be non-NULL and an uninitialized or invalidated structure.
70 *\li "ccmsg" is a valid structure.
74 isccc_ccmsg_setmaxsize(isccc_ccmsg_t *ccmsg, unsigned int maxsize);
80 *\li "ccmsg" be valid.
86 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg,
94 *\li "ccmsg" be valid.
112 isccc_ccmsg_cancelread(isccc_ccmsg_t *ccmsg);
[all...]
/bind-9.11.3/bin/rndc/
H A Drndc.c42 #include <isccc/ccmsg.h>
71 static isccc_ccmsg_t ccmsg; variable
262 if (ccmsg.result == ISC_R_EOF)
271 if (ccmsg.result != ISC_R_SUCCESS)
272 fatal("recv failed: %s", isc_result_totext(ccmsg.result));
274 source.rstart = isc_buffer_base(&ccmsg.buffer);
275 source.rend = isc_buffer_used(&ccmsg.buffer);
335 if (ccmsg.result == ISC_R_EOF)
345 if (ccmsg.result != ISC_R_SUCCESS)
346 fatal("recv failed: %s", isc_result_totext(ccmsg
[all...]
/bind-9.11.3/bin/named/
H A Dcontrolconf.c33 #include <isccc/ccmsg.h>
71 isccc_ccmsg_t ccmsg; member in struct:controlconnection
166 isccc_ccmsg_cancelread(&conn->ccmsg);
298 result = isccc_ccmsg_readmessage(&conn->ccmsg, listener->task,
308 log_invalid(isccc_ccmsg_t *ccmsg, isc_result_t result) { argument
312 (void)isc_socket_getpeername(ccmsg->sock, &peeraddr);
353 if (conn->ccmsg.result != ISC_R_SUCCESS) {
354 if (conn->ccmsg.result != ISC_R_CANCELED &&
355 conn->ccmsg.result != ISC_R_EOF)
356 log_invalid(&conn->ccmsg, con
[all...]

Completed in 38 milliseconds