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