Home
last modified time | relevance | path

Searched refs:MEMCPY (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/lwip/src/netif/
Dlowpan6_common.c259 MEMCPY(buffer + lowpan6_header_len, inptr + 16, 8); in lowpan6_compress_headers()
262 MEMCPY(buffer + lowpan6_header_len, inptr + 22, 2); in lowpan6_compress_headers()
270 MEMCPY(buffer + lowpan6_header_len, inptr + 8, 16); in lowpan6_compress_headers()
283 MEMCPY(buffer + lowpan6_header_len, inptr + 24, 16); in lowpan6_compress_headers()
287 MEMCPY(buffer + lowpan6_header_len, inptr + 35, 5); in lowpan6_compress_headers()
291 MEMCPY(buffer + lowpan6_header_len, inptr + 37, 3); in lowpan6_compress_headers()
302 MEMCPY(buffer + lowpan6_header_len, inptr + 32, 8); in lowpan6_compress_headers()
305 MEMCPY(buffer + lowpan6_header_len, inptr + 38, 2); in lowpan6_compress_headers()
310 MEMCPY(buffer + lowpan6_header_len, inptr + 24, 16); in lowpan6_compress_headers()
504 MEMCPY(&ip6hdr->src.addr[0], lowpan6_buffer + lowpan6_offset, 16); in lowpan6_decompress_hdr()
[all …]
/third_party/lwip/src/netif/ppp/
Dpppoe.c341 MEMCPY(&t, token, len); in pppoe_find_softc_by_hunique()
436 MEMCPY(&pt, (u8_t*)pb->payload + off, sizeof(pt)); in pppoe_disc_input()
535 MEMCPY(sc->sc_hunique, hunique, hunique_len); in pppoe_disc_input()
537 MEMCPY(&sc->sc_dest, eh->ether_shost, sizeof sc->sc_dest); in pppoe_disc_input()
573 MEMCPY(sc->sc_hunique, hunique, hunique_len); in pppoe_disc_input()
597 MEMCPY(sc->sc_ac_cookie, ac_cookie, ac_cookie_len); in pppoe_disc_input()
599 MEMCPY(&sc->sc_dest, ethhdr->src.addr, sizeof(sc->sc_dest.addr)); in pppoe_disc_input()
659 MEMCPY(shost, ((struct eth_hdr *)pb->payload)->src.addr, sizeof(shost)); in pppoe_data_input()
735 MEMCPY(&ethhdr->dest.addr, &sc->sc_dest.addr, sizeof(ethhdr->dest.addr)); in pppoe_output()
736 MEMCPY(&ethhdr->src.addr, &sc->sc_ethif->hwaddr, sizeof(ethhdr->src.addr)); in pppoe_output()
[all …]
Deap.c492 MEMCPY(dp, clear + 1, i); in eap_figure_next_state()
668 MEMCPY(pcb->eap.es_server.ea_peer, pcb->remote_name, len); in eap_send_request()
708 MEMCPY(outp, str, len); in eap_send_request()
722 MEMCPY(outp, pcb->eap.es_challenge, pcb->eap.es_challen); in eap_send_request()
724 MEMCPY(outp, pcb->eap.es_server.ea_name, pcb->eap.es_server.ea_namelen); in eap_send_request()
734 MEMCPY(outp, pcb->eap.es_server.ea_name, pcb->eap.es_server.ea_namelen); in eap_send_request()
740 MEMCPY(outp, ts->s.data, ts->s.len); in eap_send_request()
747 MEMCPY(outp, ts->g.data, ts->g.len); in eap_send_request()
753 MEMCPY(outp, ts->n.data, ts->n.len); in eap_send_request()
764 MEMCPY(outp, ts->B.data, ts->B.len); in eap_send_request()
[all …]
Dmagic.c176 MEMCPY(buf, tmp, n); in magic_random_bytes()
280 MEMCPY(buf, &new_rand, n); in magic_random_bytes()
Dvj.c395 MEMCPY(&cs->cs_ip, ip, hlen); in vj_compress_tcp()
428 MEMCPY(cp, new_seq, deltaS); in vj_compress_tcp()
438 MEMCPY(&cs->cs_ip, ip, hlen); in vj_compress_tcp()
482 MEMCPY(&cs->cs_hdr, nb->payload, hlen); in vj_uncompress_uncomp()
674 MEMCPY(n0->payload, &cs->cs_ip, cs->cs_hlen); in vj_uncompress_tcp()
Dmppe.c78 MEMCPY(state->session_key, sha1_digest, state->keylen); in mppe_rekey()
102 MEMCPY(state->master_key, key, MPPE_MAX_KEY_LEN); in mppe_set_key()
119 MEMCPY(state->session_key, state->master_key, sizeof(state->master_key)); in mppe_init()
Dchap_ms.c439 MEMCPY(msg, inp, len); in chapms_handle_failure()
504 MEMCPY(ZPasswordHash, PasswordHash, MD4_SIGNATURE_SIZE); in ChallengeResponse()
554 MEMCPY(Challenge, sha1Hash, 8); in ChallengeHash()
888 MEMCPY(&response[MS_CHAP2_PEER_CHALLENGE], PeerChallenge, in ChapMS2()
Dupap.c551 MEMCPY(outp, pcb->upap.us_user, pcb->upap.us_userlen); in upap_sauthreq()
554 MEMCPY(outp, pcb->upap.us_passwd, pcb->upap.us_passwdlen); in upap_sauthreq()
588 MEMCPY(outp, msg, msglen); in upap_sresp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp45 case RTLIB::MEMCPY: in EmitSpecializedLibcall()
142 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
146 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
185 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
/third_party/lwip/src/apps/smtp/
Dsmtp.c363 MEMCPY(smtp_server, server, len); in smtp_set_server_addr()
522 MEMCPY(s->auth_plain + 1, smtp_auth_plain + 1, smtp_auth_plain_len - 1); in smtp_send_mail_alloced()
621 MEMCPY(sfrom, from, from_len + 1); in smtp_send_mail()
622 MEMCPY(sto, to, to_len + 1); in smtp_send_mail()
623 MEMCPY(ssubject, subject, subject_len + 1); in smtp_send_mail()
624 MEMCPY(sbody, body, body_len + 1); in smtp_send_mail()
1043 MEMCPY(&s->tx_buf[SMTP_CMD_EHLO_1_LEN], ipa, ipa_len); in smtp_prepare_helo()
1150 MEMCPY(target, s->from, s->from_len); in smtp_prepare_mail()
1167 MEMCPY(target, s->to, s->to_len); in smtp_prepare_rcpt()
1187 MEMCPY(target, s->from, s->from_len); in smtp_prepare_header()
[all …]
/third_party/lwip/src/apps/snmp/
Dsnmp_snmpv2_usm.c285 MEMCPY(value, cell_instance->reference.ptr, cell_instance->reference_len); in usmusertable_get_value()
288 MEMCPY(value, snmp_zero_dot_zero.id, snmp_zero_dot_zero.len * sizeof(u32_t)); in usmusertable_get_value()
295 MEMCPY(value, auth_algo->id, auth_algo->len * sizeof(u32_t)); in usmusertable_get_value()
307 MEMCPY(value, priv_algo->id, priv_algo->len * sizeof(u32_t)); in usmusertable_get_value()
Dsnmp_mib2_system.c243 MEMCPY(value, dev_enterprise_oid->id, dev_enterprise_oid->len * sizeof(u32_t)); in system_get_value()
276 MEMCPY(value, var, result); in system_get_value()
352 MEMCPY(var_wr, value, len); in system_set_value()
Dsnmp_mib2_interfaces.c171 MEMCPY(value, netif->name, value_len); in interfaces_Table_get_value()
187 MEMCPY(value, &netif->hwaddr, value_len); in interfaces_Table_get_value()
264 MEMCPY(value, snmp_zero_dot_zero.id, value_len); in interfaces_Table_get_value()
Dsnmpv3_mbedtls.c278 MEMCPY(password_buf + 16, engineID, engineLength); in snmpv3_password_to_key_md5()
331 MEMCPY(password_buf + 20, engineID, engineLength); in snmpv3_password_to_key_sha()
Dsnmp_snmpv2_framework.c51 MEMCPY(value, engineid, engineid_len); in snmpengine_scalars_get_value()
Dsnmp_core.c555 MEMCPY(target->id, oid, oid_len * sizeof(u32_t)); in snmp_oid_assign()
578 MEMCPY(target->id, oid, oid_len * sizeof(u32_t)); in snmp_oid_prefix()
609 MEMCPY(&target->id[target->len], oid, oid_len * sizeof(u32_t)); in snmp_oid_append()
1159 MEMCPY(state->next_oid, oid, oid_len * sizeof(u32_t)); in snmp_next_oid_check()
/third_party/lwip/src/core/ipv6/
Dip6_frag.c165 MEMCPY(p->payload, ipr->orig_hdr, sizeof(iprh)); in ip6_reass_free_complete_datagram()
367 MEMCPY(&ipr->src, &ip6_current_header()->src, sizeof(ipr->src)); in ip6_reass()
368 MEMCPY(&ipr->dest, &ip6_current_header()->dest, sizeof(ipr->dest)); in ip6_reass()
515 MEMCPY(ipr->orig_hdr, p->payload, sizeof(*iprh)); in ip6_reass()
592 MEMCPY(p->payload, ipr->orig_hdr, IPV6_FRAG_REQROOM); in ip6_reass()
/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c395MEMCPY( resp->resp_name.encname, netbios_question_hdr->encname, sizeof(netbios_question_hdr->encna… in netbiosns_recv()
440 MEMCPY(resp->query_name, netbios_question_hdr->encname, (NETBIOS_NAME_LEN * 2) + 1); in netbiosns_recv()
452 MEMCPY(resp->answer_name, NETBIOS_LOCAL_NAME, strlen(NETBIOS_LOCAL_NAME)); in netbiosns_recv()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c203 #define PLANAR_YUV_BLEND(format_name,format_enum,x_round,y_round,MEMCPY,BLENDLOOP) \ argument
222 MEMCPY (dest, src, src_width); \
448 #define NV_YUV_BLEND(format_name,MEMCPY,BLENDLOOP) \ argument
467 MEMCPY (dest, src, src_width); \
649 #define RGB_BLEND(name, bpp, MEMCPY, BLENDLOOP) \ argument
705 MEMCPY (dest, src, bpp * src_width); \
815 #define PACKED_422_BLEND(name, MEMCPY, BLENDLOOP) \ argument
874 MEMCPY (dest, src, 2 * src_width); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp37 Dst = DAG.getNode(BPFISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c261 #define PLANAR_YUV_BLEND(format_name,format_enum,x_round,y_round,MEMCPY,BLENDLOOP) \ argument
285 MEMCPY (dest, src, src_width); \
531 #define NV_YUV_BLEND(format_name,MEMCPY,BLENDLOOP) \ argument
555 MEMCPY (dest, src, src_width); \
754 #define RGB_BLEND(name, bpp, MEMCPY, BLENDLOOP) \ argument
820 MEMCPY (dest, src, bpp * src_width); \
933 #define PACKED_422_BLEND(name, MEMCPY, BLENDLOOP) \ argument
1002 MEMCPY (dest, src, 2 * src_width); \
/third_party/lwip/src/api/
Dnetdb.c207 MEMCPY(hostname, name, namelen); in lwip_gethostbyname_r()
408 MEMCPY(ai->ai_canonname, nodename, namelen); in lwip_getaddrinfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/third_party/lwip/src/netif/ppp/polarssl/
Dmd5.c230 MEMCPY( (void *) (ctx->buffer + left), in md5_update()
247 MEMCPY( (void *) (ctx->buffer + left), in md5_update()

1234