Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h178 #define ICMP_ECHO 8 /* echo service */ macro
212 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/f-stack/freebsd/netinet/
H A Dip_icmp.h178 #define ICMP_ECHO 8 /* echo service */ macro
212 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c579 case ICMP_ECHO: in icmp_input()
/f-stack/freebsd/netinet/libalias/
H A Dalias.c364 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()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c971 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()
H A Dnat64lsn.c433 case ICMP_ECHO: in inspect_icmp_mbuf()
475 if (icmp->icmp_type != ICMP_ECHO) in inspect_icmp_mbuf()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c554 case ICMP_ECHO :
H A Dfil.c1227 case ICMP_ECHO :
9437 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY; in ipf_main_load()
H A Dip_state.c1543 case ICMP_ECHO :
H A Dip_nat.c6110 case ICMP_ECHO:
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \