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

/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dccmsg.c32 /* $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...]
/freebsd-9.3-release/contrib/bind9/lib/isccc/include/isccc/
H A Dccmsg.h32 /* $Id: ccmsg.h,v 1.11 2007/08/28 07:20:43 tbox Exp $ */
37 /*! \file isccc/ccmsg.h */
64 isccc_ccmsg_init(isc_mem_t *mctx, isc_socket_t *sock, isccc_ccmsg_t *ccmsg);
75 *\li "ccmsg" be non-NULL and an uninitialized or invalidated structure.
79 *\li "ccmsg" is a valid structure.
83 isccc_ccmsg_setmaxsize(isccc_ccmsg_t *ccmsg, unsigned int maxsize);
89 *\li "ccmsg" be valid.
95 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg,
103 *\li "ccmsg" be valid.
121 isccc_ccmsg_cancelread(isccc_ccmsg_t *ccmsg);
[all...]
/freebsd-9.3-release/lib/bind/isccc/
H A DMakefile15 SRCS= alist.c base64.c cc.c ccmsg.c \
29 ${SRCDIR}/include/isccc/ccmsg.h \
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c43 #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...]
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.c50 #include <isccc/ccmsg.h>
79 static isccc_ccmsg_t ccmsg; variable
237 if (ccmsg.result == ISC_R_EOF)
246 if (ccmsg.result != ISC_R_SUCCESS)
247 fatal("recv failed: %s", isc_result_totext(ccmsg.result));
249 source.rstart = isc_buffer_base(&ccmsg.buffer);
250 source.rend = isc_buffer_used(&ccmsg.buffer);
301 if (ccmsg.result == ISC_R_EOF)
310 if (ccmsg.result != ISC_R_SUCCESS)
311 fatal("recv failed: %s", isc_result_totext(ccmsg
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-decnet.c711 struct ccmsg *ccmp = (struct ccmsg *)nspp;
718 if (nsplen < sizeof(struct ccmsg))
757 if (optlen > nsplen - sizeof(struct ccmsg))
759 dp = &(nspp[sizeof(struct ccmsg)]);
H A Ddecnet.h426 struct ccmsg /* connect confirm message */
425 struct ccmsg /* connect confirm message */ struct

Completed in 137 milliseconds