Home
last modified time | relevance | path

Searched refs:SMEMCPY (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c179 SMEMCPY(p->payload, &ipr->iphdr, IP_HLEN); in ip_reass_free_complete_datagram()
295 SMEMCPY(&(ipr->iphdr), fraghdr, IP_HLEN); in ip_reass_enqueue_new_datagram()
547 SMEMCPY(&ipr->iphdr, fraghdr, IP_HLEN); in ip_reass()
577 SMEMCPY(fraghdr, &ipr->iphdr, IP_HLEN); in ip_reass()
707 SMEMCPY(iphdr, p->payload, IP_HLEN); in ip_frag()
751 SMEMCPY(rambuf->payload, original_iphdr, IP_HLEN); in ip_frag()
765 SMEMCPY(rambuf->payload, original_iphdr, IP_HLEN); in ip_frag()
Dicmp.c319 SMEMCPY((u8_t *)q->payload + sizeof(struct icmp_echo_hdr), (u8_t *)p->payload, in icmp_send_response()
/external/syslinux/core/lwip/src/include/netif/
Detharp.h146 #define ETHADDR32_COPY(src, dst) SMEMCPY(src, dst, ETHARP_HWADDR_LEN)
152 #define ETHADDR16_COPY(src, dst) SMEMCPY(src, dst, ETHARP_HWADDR_LEN)
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c1164 SMEMCPY(pppControl[unit].outACCM, accm, sizeof(ext_accm)); in ppp_set_xaccm()
1415 SMEMCPY(&pc->addrs.our_ipaddr, &o, sizeof(o)); in sifaddr()
1416 SMEMCPY(&pc->addrs.his_ipaddr, &h, sizeof(h)); in sifaddr()
1417 SMEMCPY(&pc->addrs.netmask, &m, sizeof(m)); in sifaddr()
1418 SMEMCPY(&pc->addrs.dns1, &ns1, sizeof(ns1)); in sifaddr()
1419 SMEMCPY(&pc->addrs.dns2, &ns2, sizeof(ns2)); in sifaddr()
1697 SMEMCPY(nb->payload, &protocol, sizeof(protocol)); in pppInput()
Dmd5.c214 SMEMCPY(hash, mdContext->digest, 16); in MD5Final()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h91 #ifndef SMEMCPY
92 #define SMEMCPY(dst,src,len) memcpy(dst,src,len) macro
/external/syslinux/core/lwip/src/core/
Ddns.c612 SMEMCPY(query, &qry, SIZEOF_DNS_QUERY); in dns_send()
807 SMEMCPY(&ans, pHostname, SIZEOF_DNS_ANSWER); in dns_recv()
816 SMEMCPY(&(pEntry->ipaddr), (pHostname+SIZEOF_DNS_ANSWER), sizeof(ip_addr_t)); in dns_recv()
Dtcp.c1088 SMEMCPY((u8_t *)cseg, (const u8_t *)seg, sizeof(struct tcp_seg)); in tcp_seg_copy()
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip_addr.h158 #define IPADDR2_COPY(dest, src) SMEMCPY(dest, src, sizeof(ip_addr_t))
/external/syslinux/core/lwip/
DCHANGELOG1053 * sockets.c, ppp.c: bug #25763: corrected 4 occurrences of SMEMCPY to MEMCPY
1665 memcpy. 2 Defines are created: MEMCPY() for normal memcpy, SMEMCPY() for