HomeSort by: relevance | last modified time | path
    Searched defs:ICMP_ECHOREPLY (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/netinet/
ip_icmp.h 128 #define ICMP_ECHOREPLY 0 /* echo reply */
167 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
  /src/sys/netinet/
ip_icmp.h 188 #define ICMP_ECHOREPLY 0 /* echo reply */
293 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
  /src/external/bsd/tcpdump/dist/
print-icmp.c 111 #define ICMP_ECHOREPLY 0 /* echo reply */
193 { ICMP_ECHOREPLY, "echo reply" },
349 case ICMP_ECHOREPLY:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 945 #ifndef ICMP_ECHOREPLY
946 # define ICMP_ECHOREPLY 0

Completed in 18 milliseconds