Home
last modified time | relevance | path

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

/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dapi_shell.c313 struct icmp_echo_hdr *iecho_resp = NULL; in OsPingFunc() local
422 iecho_resp = (struct icmp_echo_hdr *)pbuf_resp->payload; in OsPingFunc()
431 ((ICMPH_TYPE(iecho_resp) == ICMP_ECHO) && (iphdr_resp->src.addr == to.sin_addr.s_addr))) { in OsPingFunc()
456 switch (ICMPH_TYPE(iecho_resp)) { in OsPingFunc()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c1625 struct icmp_echo_hdr *iecho_resp = NULL; local
1726 iecho_resp = (struct icmp_echo_hdr *)pbuf_resp->payload;
1735 ((ICMPH_TYPE(iecho_resp) == ICMP_ECHO) && (iphdr_resp->src.addr == to.sin_addr.s_addr))) {
1758 switch (ICMPH_TYPE(iecho_resp)) {
1980 struct icmp_echo_hdr *iecho_resp = NULL; local
2087 iecho_resp = (struct icmp_echo_hdr *)pbuf_resp->payload;
2097 if (ICMPH_TYPE(iecho_resp) == ICMP_ER) {
2100 } else if (ICMPH_TYPE(iecho_resp) == ICMP_ECHO) {
2144 struct icmp6_echo_hdr *iecho_resp = NULL; local
2288 iecho_resp
[all...]

Completed in 5 milliseconds