Home
last modified time | relevance | path

Searched refs:buf_bak (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsockets.c1589 char *buf_bak = NULL; local
1601 buf_bak = ifc.ifc_buf;
1602 if (!LOS_IsUserAddress((VADDR_T)(uintptr_t)buf_bak)) {
1615 if (LOS_ArchCopyToUser(buf_bak, ifc.ifc_buf, nbytes) != 0) {
1622 ifc.ifc_buf = buf_bak;

Completed in 2 milliseconds