Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c257 char ctcpbuf[IPF_IRCBUFSZ], newbuf[IPF_IRCBUFSZ]; local
278 bzero(ctcpbuf, sizeof(ctcpbuf));
284 COPYDATA(m, off, MIN(sizeof(ctcpbuf), dlen), ctcpbuf);
288 ctcpbuf[sizeof(ctcpbuf) - 1] = '\0';
292 if (ipf_p_irc_complete(irc, ctcpbuf, dlen) == 0)
309 i = irc->irc_addr - ctcpbuf;
311 (void) strncpy(newbuf, ctcpbuf, i);