Searched refs:ctcpbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_irc_pxy.c | 276 char ctcpbuf[IPF_IRCBUFSZ], newbuf[IPF_IRCBUFSZ]; local 295 bzero(ctcpbuf, sizeof(ctcpbuf)); 305 COPYDATA(m, off, MIN(sizeof(ctcpbuf), dlen), ctcpbuf); 309 ctcpbuf[sizeof(ctcpbuf) - 1] = '\0'; 313 if (ippr_irc_complete(irc, ctcpbuf, dlen) == 0) 330 i = irc->irc_addr - ctcpbuf; 332 (void) strncpy(newbuf, ctcpbuf, i);
|