Searched refs:ICMP_ECHO (Results 1 – 11 of 11) sorted by relevance
178 #define ICMP_ECHO 8 /* echo service */ macro212 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
579 case ICMP_ECHO: in icmp_input()
364 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2()470 case ICMP_ECHO: in IcmpAliasIn()552 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2()639 case ICMP_ECHO: in IcmpAliasOut()
971 case ICMP_ECHO: in nat64_icmp_translate()1155 if (icmp->icmp_type != ICMP_ECHO) { in nat64_icmp_translate()1707 icmp6->icmp6_type = ICMP_ECHO; in nat64_do_handle_ip6()
433 case ICMP_ECHO: in inspect_icmp_mbuf()475 if (icmp->icmp_type != ICMP_ECHO) in inspect_icmp_mbuf()
554 case ICMP_ECHO :
1227 case ICMP_ECHO :9437 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY; in ipf_main_load()
1543 case ICMP_ECHO :
6110 case ICMP_ECHO:
267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \