BCOPY
#ifdef BCOPY
BCOPY(shp, shpp, sz);
BCOPY(elf, elfp, sizeof(*elf));
BCOPY(ip, &cs->cs_ip, hlen);
BCOPY(new_seq, cp, deltaS);
BCOPY(ip, &cs->cs_ip, hlen);
BCOPY(hdr, cp, hlen);
BCOPY(ip, &cs->cs_ip, hlen);
BCOPY(name, peer_authname, namelen);
BCOPY(apasswd, passwd, passwdlen);
BCOPY(auser, user, userlen);
BCOPY(secbuf, secret, len);
BCOPY(us->us_number, bufp, strlen(us->us_number) + 1);
BCOPY(buf, outp, len);
BCOPY(p, retp, clen);
BCOPY(inp, rhostname, len);
BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE);
BCOPY(inp, rhostname, len);
BCOPY(cstate->challenge, outp, chal_len);
BCOPY(cstate->chal_name, outp, name_len); /* append hostname */
BCOPY(msg, outp, msglen);
BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */
BCOPY(cstate->resp_name, outp, name_len); /* append our name */
BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
BCOPY(cip, ucp, cilen); /* Move it */
BCOPY(nak_buffer, inp, *lenp);
BCOPY(LLADDR(&dls.sdl), arpreq.arp_ha.sa_data, dls.sdl.sdl_alen);
BCOPY(dla, hwaddr, dla->sdl_len);
BCOPY(u->us_user, outp, u->us_userlen);
BCOPY(u->us_passwd, outp, u->us_passwdlen);
BCOPY(msg, outp, msglen);