Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/
Dtcp_isn_default.c96 MEMCPY(&input[36], secret_16_bytes, 16); in lwip_init_tcp_isn()
179 MEMCPY(&isn, output, sizeof(isn)); in lwip_hook_tcp_isn()
/hal_espressif-3.6.0/components/lwip/test_afl_host/
Dnetwork_mock.c208 MEMCPY(&((char*)dataptr)[left], &((char*)p->payload)[offset], buf_copy_len); in pbuf_copy_partial()
/hal_espressif-3.6.0/components/lwip/port/esp32/include/
Dlwipopts.h42 #define MEMCPY(dst,src,len) memcpy(dst,src,len) macro