Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/
Dtcp_isn_default.c128 SMEMCPY(&input[0], &local_ip6->addr, 16); in lwip_hook_tcp_isn()
129 SMEMCPY(&input[16], &remote_ip6->addr, 16); in lwip_hook_tcp_isn()
147 SMEMCPY(&input[12], &local_ip4->addr, 4); in lwip_hook_tcp_isn()
151 SMEMCPY(&input[28], &remote_ip4->addr, 4); in lwip_hook_tcp_isn()
/hal_espressif-3.6.0/components/lwip/port/esp32/include/
Dlwipopts.h48 #define SMEMCPY(dst,src,len) memcpy(dst,src,len) macro