Searched refs:ctlbuf (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dtli-sequent.c93 peek.ctlbuf.maxlen = tli_state_ptr->ti_ctlsize;
94 peek.ctlbuf.len = 0;
95 peek.ctlbuf.buf = tli_state_ptr->ti_ctlbuf;
115 if (peek.ctlbuf.len < sizeof(long)) {
119 TSI_prim_ptr = (union T_primitives *) peek.ctlbuf.buf;
125 if ((peek.ctlbuf.len < sizeof(struct T_unitdata_ind)) ||
127 (peek.ctlbuf.len <
135 peek.ctlbuf.buf + TSI_prim_ptr->unitdata_ind.SRC_offset,
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c95 unsigned char ctlbuf[BUFSIZ]; variable
1242 strbufc.buf = (char *)ctlbuf;
1252 if (strbufc.len <= 0 || ctlbuf[0] == M_DATA) {
1267 switch (ctlbuf[0]) {
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-dlpi.c175 static bpf_u_int32 ctlbuf[MAXDLBUF]; variable
179 (char *)ctlbuf
/freebsd-10.0-release/sys/kern/
H A Duipc_syscalls.c1089 caddr_t ctlbuf; local
1202 ctlbuf = mp->msg_control;
1215 ctlbuf, tocopy)) != 0)
1218 ctlbuf += tocopy;
1222 mp->msg_controllen = ctlbuf - (caddr_t)mp->msg_control;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1003 caddr_t ctlbuf; local
1013 ctlbuf = msg->msg_control;
1042 error = copyout(cm,ctlbuf,copylen);
1046 ctlbuf += FREEBSD32_ALIGN(copylen);
1059 error = copyout(data,ctlbuf,copylen);
1063 ctlbuf += FREEBSD32_ALIGN(copylen);
1078 msg->msg_controllen = (len <= 0) ? maxlen : ctlbuf - (caddr_t)msg->msg_control;

Completed in 224 milliseconds