Searched refs:COPYBACK (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rpcb_pxy.c | 829 COPYBACK(m, off, 4, (caddr_t)&bogo); 833 COPYBACK(m, off, xlen, uaddr); 838 COPYBACK(m, off, 4, (caddr_t)&bogo); 1357 COPYBACK(m, off, 4, (caddr_t)&bogo); 1361 COPYBACK(m, off, xlen, uaddr); 1434 COPYBACK(m, off, 4, (caddr_t)&bogo); 1438 COPYBACK(m, off, xlen, uaddr); 1448 COPYBACK(m, off, len, (caddr_t)re->re_netid.xp_xslen);
|
H A D | ip_netbios_pxy.c | 142 COPYBACK(m, off, sizeof(dgmbuf), dgmbuf);
|
H A D | ip_irc_pxy.c | 377 COPYBACK(m, off, nlen, newbuf);
|
H A D | ip_ftp_pxy.c | 334 COPYBACK(m, off, nlen, newbuf); 693 COPYBACK(m, off, nlen, newmsg);
|
H A D | ip_compat.h | 1490 # define COPYBACK(m, o, l, b) bcopy((b), \ macro 1585 # define COPYBACK mb_copyback macro 1588 # define COPYBACK m_copyback macro
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 2781 COPYBACK(m, 0, fin->fin_plen, fin->fin_hbuf);
|