Home
last modified time | relevance | path

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

/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dapi_shell.c331 u32_t destip = parg[0]; in OsPingFunc() local
356 to.sin_addr.s_addr = destip; /* already in network order */ in OsPingFunc()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c1619 LWIP_STATIC int osPingFunc(u32_t destip, u32_t cnt, u32_t interval, u32_t data_len) argument
1663 to.sin_addr.s_addr = destip; /* already in network order */
1822 u32_t destip = p0; local
1828 ret = osPingFunc(destip, count, interval, data_len);

Completed in 6 milliseconds