Searched refs:ICMP_ECHO (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dip_icmp.h168 #define ICMP_ECHO 8 /* echo service */ macro
202 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c530 case ICMP_ECHO:
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dicmptypes.c73 { "echo", ICMP_ECHO, ICMP6_ECHO_REQUEST },
H A Dipft_tx.c312 if (ic->icmp_type == ICMP_ECHO ||
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-icmp.c137 #define ICMP_ECHO 8 /* echo service */ macro
155 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
202 { ICMP_ECHO, "echo request" },
361 case ICMP_ECHO:
365 dp->icmp_type == ICMP_ECHO ?
/freebsd-10.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c412 value->v.integer = icmpstat.icps_inhist[ICMP_ECHO];
469 value->v.integer = icmpstat.icps_outhist[ICMP_ECHO];
/freebsd-10.0-release/usr.bin/systat/
H A Dicmp.c207 DO2(ICMP_ECHO, 11);
/freebsd-10.0-release/sbin/ping/
H A Dping.c169 u_char icmp_type = ICMP_ECHO;
1174 (oicmp->icmp_type == ICMP_ECHO) &&
1500 case ICMP_ECHO:
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias.c368 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP)
466 case ICMP_ECHO:
550 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP)
638 case ICMP_ECHO:
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c1358 icmpheader->icmp_type = ICMP_ECHO;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c563 case ICMP_ECHO :
H A Dfil.c1253 case ICMP_ECHO :
4351 ICMP6_ECHO_REQUEST, /* 8: ICMP_ECHO */
9370 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
H A Dip_state.c1540 case ICMP_ECHO :
H A Dip_nat.c6109 case ICMP_ECHO:
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y403 | IL_ICMP_ECHO ';' { set_icmptype(ICMP_ECHO); }
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c223 { ICMP_ECHO, NULL, 0, "echo" },
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.c82 { "echoreq", ICMP_ECHO },
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY527 for ICMP_ECHO to only be for packet, not state entry which we don't have yet.
/freebsd-10.0-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2211 icmph->icmp_type = ICMP_ECHO;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c224 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \

Completed in 293 milliseconds