Searched defs:ccmsg (Results 1 - 3 of 3) sorted by relevance
| /bind-9.6-ESV-R11/lib/isccc/ |
| H A D | ccmsg.c | 32 /* $Id: ccmsg.c,v 1.10 2007/08/28 07:20:43 tbox Exp $ */ 44 #include <isccc/ccmsg.h> 57 isccc_ccmsg_t *ccmsg = ev_in->ev_arg; local 61 INSIST(VALID_CCMSG(ccmsg)); 63 dev = &ccmsg->event; 66 ccmsg->result = ev->result; 73 ccmsg->size = ntohl(ccmsg->size); 74 if (ccmsg->size == 0) { 75 ccmsg 112 isccc_ccmsg_t *ccmsg = ev_in->ev_arg; local 136 isccc_ccmsg_init(isc_mem_t *mctx, isc_socket_t *sock, isccc_ccmsg_t *ccmsg) argument 157 isccc_ccmsg_setmaxsize(isccc_ccmsg_t *ccmsg, unsigned int maxsize) argument 165 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument 203 isccc_ccmsg_cancelread(isccc_ccmsg_t *ccmsg) argument 224 isccc_ccmsg_invalidate(isccc_ccmsg_t *ccmsg) argument [all...] |
| /bind-9.6-ESV-R11/bin/rndc/ |
| H A D | rndc.c | 50 #include <isccc/ccmsg.h> 79 static isccc_ccmsg_t ccmsg; variable 205 if (ccmsg.result == ISC_R_EOF) 214 if (ccmsg.result != ISC_R_SUCCESS) 215 fatal("recv failed: %s", isc_result_totext(ccmsg.result)); 217 source.rstart = isc_buffer_base(&ccmsg.buffer); 218 source.rend = isc_buffer_used(&ccmsg.buffer); 268 if (ccmsg.result == ISC_R_EOF) 277 if (ccmsg.result != ISC_R_SUCCESS) 278 fatal("recv failed: %s", isc_result_totext(ccmsg [all...] |
| /bind-9.6-ESV-R11/bin/named/ |
| H A D | controlconf.c | 43 #include <isccc/ccmsg.h> 80 isccc_ccmsg_t ccmsg; member in struct:controlconnection 171 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); 352 if (conn->ccmsg.result != ISC_R_SUCCESS) { 353 if (conn->ccmsg.result != ISC_R_CANCELED && 354 conn->ccmsg.result != ISC_R_EOF) 355 log_invalid(&conn->ccmsg, con [all...] |
Completed in 15 milliseconds