Searched refs:BCOPY (Results 1 - 19 of 19) sorted by path

/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp4 #define BCOPY(s, d, l) do { bcopy((void *) s, (void *) d, l); } while(0) macro
3406 BCOPY(dst, src, srcLen);
3443 BCOPY(dst, src, dstLen);
3453 BCOPY(dst, src, srcLen);
3529 BCOPY(src, dst, srcLen);
3563 BCOPY(src, dst, dstLen);
3576 BCOPY(src, dst, srcLen);
H A DIOFireWireIPCommand.cpp31 #define BCOPY(s, d, l) do { bcopy((void *) s, (void *) d, l); } while(0) macro
467 BCOPY(src, dst, srcLen);
495 BCOPY(src, dst, dstLen);
511 BCOPY(src, dst, srcLen);
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp108 #define BCOPY(s, d, l) do { bcopy((void *) s, (void *) d, l); } while(0) macro
127 BCOPY(src, dst, srcLen);
143 BCOPY(src, dst, dstLen);
157 BCOPY(src, dst, srcLen);
400 BCOPY( src, dst, mbuf_len(m) );
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dslcompress.c86 #define BCOPY(p1, p2, n) bcopy((char *)(p1), (char *)(p2), (int)(n)) macro
391 BCOPY(ip, &cs->cs_ip, hlen);
418 BCOPY(new_seq, cp, deltaS);
428 BCOPY(ip, &cs->cs_ip, hlen);
477 BCOPY(hdr, cp, hlen);
527 BCOPY(ip, &cs->cs_ip, hlen);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dacscp.c776 BCOPY(cip, ucp, cilen); /* Move it */
H A Dauth.c619 BCOPY(addr, wp->word, l);
641 BCOPY(number, wp->word, l);
1049 BCOPY(name, peer_authname, namelen);
2194 BCOPY(secbuf, secret, len);
H A Dcbcp.c401 BCOPY(us->us_number, bufp, strlen(us->us_number) + 1);
448 BCOPY(buf, outp, len);
H A Dccp.c778 BCOPY(mppe_recv_key, &opt_buf[CILEN_MPPE], MPPE_MAX_KEY_LEN);
1268 BCOPY(p, opt_buf, CILEN_MPPE);
1269 BCOPY(mppe_send_key, &opt_buf[CILEN_MPPE],
1426 BCOPY(p, retp, clen);
H A Dchap.c489 BCOPY(inp, rhostname, len);
522 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE);
610 BCOPY(inp, rhostname, len);
829 BCOPY(inp, msg, len);
935 BCOPY(cstate->challenge, outp, chal_len);
938 BCOPY(cstate->chal_name, outp, name_len); /* append hostname */
1052 BCOPY(msg, outp, msglen);
1138 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */
1141 BCOPY(cstate->resp_name, outp, name_len); /* append our name */
H A Dchap_ms.c727 BCOPY(inp, msg, len);
819 BCOPY(PasswordHash, ZPasswordHash, MD4_SIGNATURE_SIZE);
859 BCOPY(sha1Hash, Challenge, 8);
1034 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key));
1035 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key));
1136 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key));
1152 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key));
1217 BCOPY(PeerChallenge, response->PeerChallenge,
H A Deap.c586 BCOPY(cstate->our_identity, outp, outlen - EAP_HEADERLEN - sizeof(char)); /* append the response */
731 BCOPY(inp, cstate->peer_identity, len);
1048 BCOPY(eap_out->data, outp, eap_out->data_len);
1184 BCOPY(eap_out->data, outp, eap_out->data_len);
H A Dfsm.c884 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
H A Dipcp.c1667 BCOPY(cip, ucp, cilen); /* Move it */
H A Dipv6cp.c1096 BCOPY(cip, ucp, cilen); /* Move it */
H A Dipxcp.c1269 BCOPY(cip, ucp, cilen); /* Move it */
H A Dlcp.c1890 BCOPY(p, ho->endpoint.value, cilen);
1918 BCOPY(cip, rejp, cilen); /* Move it */
1939 BCOPY(nak_buffer, inp, *lenp);
2229 BCOPY(p, epd.value, epd.length);
H A Dpppd.h1099 #define BCOPY(s, d, l) memcpy(d, s, l) macro
H A Dsys-MacOSX.c3216 BCOPY(dla, hwaddr, dla->sdl_len);
H A Dupap.c597 BCOPY(u->us_user, outp, u->us_userlen);
600 BCOPY(u->us_passwd, outp, u->us_passwdlen);
631 BCOPY(msg, outp, msglen);

Completed in 360 milliseconds