| /src/sys/external/bsd/ipf/netinet/ |
| ip_raudio_pxy.c | 115 COPYDATA(m, off, dlen, (char *)membuf); 228 COPYDATA(m, off, dlen, (char *)membuf);
|
| ip_ipsec_pxy.c | 159 COPYDATA(m, off, MIN(sizeof(softi->ipsec_buffer), dlen), 365 COPYDATA(m, off, sizeof(cookies), (char *)cookies);
|
| ip_pptp_pxy.c | 331 COPYDATA(fin->fin_m, off, len, pptps->pptps_wptr); 375 COPYDATA(fin->fin_m, off, len, pptps->pptps_wptr);
|
| ip_dns_pxy.c | 201 COPYDATA(fin->fin_m, fin->fin_hlen + sizeof(udphdr_t),
|
| ip_irc_pxy.c | 284 COPYDATA(m, off, MIN(sizeof(ctcpbuf), dlen), ctcpbuf);
|
| ip_rcmd_pxy.c | 174 COPYDATA(m, off, MIN(sizeof(portbuf), dlen), portbuf);
|
| ip_compat.h | 443 # define COPYDATA(m, o, l, b) bcopy(MTOD((mb_t *)m, char *) + (o), \ 537 # define COPYDATA mb_copydata 540 # define COPYDATA m_copydata
|
| ip_scan.c | 574 COPYDATA(*(mb_t **)fin->fin_mp, fin->fin_plen - fin->fin_dlen + thoff,
|
| ip_rpcb_pxy.c | 232 COPYDATA(m, off, dlen, (void *)&rm->rm_msgbuf); 305 COPYDATA(m, off, dlen, (void *)&rm->rm_msgbuf);
|
| ip_log.c | 610 COPYDATA(items[i], 0, itemsz[i], ptr);
|
| ip_ftp_pxy.c | 1429 COPYDATA(m, off, len, wptr);
|
| ip_state.c | 1892 COPYDATA(m, off, len, buf);
|
| /src/sys/opencrypto/ |
| cryptosoft.c | 71 #define COPYDATA(x, a, b, c, d) \ 130 COPYDATA(outtype, buf, crd->crd_inject, ivlen, iv); 636 COPYDATA(outtype, buf, crde->crd_inject, ivlen, iv); 649 COPYDATA(outtype, buf, crda->crd_skip + i, len, blk); 658 COPYDATA(outtype, buf, crde->crd_skip + i, len, blk); 718 COPYDATA(outtype, buf, crd->crd_skip, crd->crd_len, data);
|
| /src/external/bsd/ipf/dist/ |
| ip_pptp_pxy.c | 338 COPYDATA(fin->fin_m, off, len, pptps->pptps_wptr); 382 COPYDATA(fin->fin_m, off, len, pptps->pptps_wptr);
|
| ip_dns_pxy.c | 211 COPYDATA(fin->fin_m, fin->fin_hlen + sizeof(udphdr_t),
|
| ip_irc_pxy.c | 290 COPYDATA(m, off, MIN(sizeof(ctcpbuf), dlen), ctcpbuf);
|
| ip_scan.c | 569 COPYDATA(*(mb_t **)fin->fin_mp, fin->fin_plen - fin->fin_dlen + thoff,
|
| ip_rpcb_pxy.c | 238 COPYDATA(m, off, dlen, (caddr_t)&rm->rm_msgbuf); 313 COPYDATA(m, off, dlen, (caddr_t)&rm->rm_msgbuf);
|