Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 13 of 13) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dicmp.c117 case ICMP_ECHO: in icmp_input()
219 if (iecho->chksum > PP_HTONS(0xffffU - (ICMP_ECHO << 8))) { in icmp_input()
220 iecho->chksum = (u16_t)(iecho->chksum + PP_HTONS((u16_t)(ICMP_ECHO << 8)) + 1); in icmp_input()
222 iecho->chksum = (u16_t)(iecho->chksum + PP_HTONS(ICMP_ECHO << 8)); in icmp_input()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_ip_icmp.h184 #define ICMP_ECHO 8 /* echo service */ macro
218 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/third_party/musl/include/netinet/
Dip_icmp.h34 #define ICMP_ECHO 8 macro
183 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip_icmp.h34 #define ICMP_ECHO 8 macro
183 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip_icmp.h34 #define ICMP_ECHO 8 macro
183 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip_icmp.h34 #define ICMP_ECHO 8 macro
183 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip_icmp.h34 #define ICMP_ECHO 8 macro
183 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/third_party/musl/ndk_musl_include/netinet/
Dip_icmp.h34 #define ICMP_ECHO 8 macro
183 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/third_party/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h54 #define IERQ ICMP_ECHO
/third_party/lwip/src/include/lwip/prot/
Dicmp.h50 #define ICMP_ECHO 8 /* echo */ macro
/third_party/ltp/testcases/network/sockets/
DltpClient.c527 rawPacket.hdr.type = ICMP_ECHO; in ping_network()
600 rawTracePacket.hdr.type = ICMP_ECHO; in ltp_traceroute()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmpv4_sender.c379 icmp_p->hdr.type = ICMP_ECHO; in create_clean_packet()
/third_party/toybox/toys/pending/
Dtraceroute.c123 send_icmp4->icmp_type = ICMP_ECHO; in send_probe4()