Searched refs:SMEMCPY (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/ |
D | tcp_isn_default.c | 128 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/ |
D | lwipopts.h | 48 #define SMEMCPY(dst,src,len) memcpy(dst,src,len) macro
|