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

  /src/external/bsd/ipf/dist/lib/
icmptypes.c 15 # undef ICMP6_ECHO_REPLY
16 # define ICMP6_ECHO_REPLY 0
76 { "echorep", ICMP_ECHOREPLY, ICMP6_ECHO_REPLY },
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1247 #ifndef ICMP6_ECHO_REPLY
1248 # define ICMP6_ECHO_REPLY 129
  /src/sys/netinet/
icmp6.h 101 #define ICMP6_ECHO_REPLY 129 /* echo reply */
699 case ICMP6_ECHO_REPLY: \
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 107 #define ICMP6_ECHO_REPLY 129 /* echo reply */
666 { ICMP6_ECHO_REPLY, "echo reply"},
1171 case ICMP6_ECHO_REPLY:

Completed in 18 milliseconds