Home
last modified time | relevance | path

Searched refs:ctcpbuf (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_irc_pxy.c251 char ctcpbuf[IPF_IRCBUFSZ], newbuf[IPF_IRCBUFSZ]; local
270 bzero(ctcpbuf, sizeof(ctcpbuf));
280 COPYDATA(m, off, MIN(sizeof(ctcpbuf), dlen), ctcpbuf);
284 ctcpbuf[sizeof(ctcpbuf) - 1] = '\0';
288 if (ippr_irc_complete(irc, ctcpbuf, dlen) == 0)
305 i = irc->irc_addr - ctcpbuf;
307 (void) strncpy(newbuf, ctcpbuf, i);