Searched refs:ICMP_ECHO (Results 1 – 9 of 9) sorted by relevance
141 icmph->type = ICMP_ECHO; in xdping_client()163 ret = icmp_check(ctx, ICMP_ECHO); in xdping_server()
730 if (icmp.type == ICMP_ECHO) { in process_icmpv4()
624 if (icmp.type == ICMP_ECHO) in process_icmpv4()
54 if (icmp->type != ICMP_ECHO) in __expect_icmp_ipv4()
30 #define ICMP_ECHO 8 /* Echo Request */ macro
1260 if (icmp_param->data.icmph.type == ICMP_ECHO) in icmp_echo()1496 if ((icmph->type == ICMP_ECHO || in icmp_rcv()1502 if (icmph->type != ICMP_ECHO && in icmp_rcv()1665 [ICMP_ECHO] = {
236 match && (icmp->type != ICMP_ECHO || icmp->code != 0)) { in iwl_mei_rx_filter_ipv4()
509 buf[0] = ICMP_ECHO; in main()
145 case ICMP_ECHO: in icmp_has_id()