Searched refs:ICMP6_ECHO_REPLY (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dicmptypes.c13 # undef ICMP6_ECHO_REPLY macro
14 # define ICMP6_ECHO_REPLY 0 macro
74 { "echorep", ICMP_ECHOREPLY, ICMP6_ECHO_REPLY },
H A Dipft_tx.c486 ic6->icmp6_type == ICMP6_ECHO_REPLY)
/freebsd-11-stable/usr.bin/systat/
H A Dicmp6.c202 DO2(ICMP6_ECHO_REPLY, 8);
/freebsd-11-stable/sys/netinet/
H A Dicmp6.h96 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
738 case ICMP6_ECHO_REPLY: \
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c977 } else if (type == ICMP6_ECHO_REPLY) {
1243 case ICMP6_ECHO_REPLY:
1422 } else if (useproto == IPPROTO_ICMPV6 && *type == ICMP6_ECHO_REPLY) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h961 #ifndef ICMP6_ECHO_REPLY
962 # define ICMP6_ECHO_REPLY 129 macro
H A Dip_nat6.c2654 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY)
3050 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY)
4074 case ICMP6_ECHO_REPLY:
H A Dfil.c911 case ICMP6_ECHO_REPLY :
4322 ICMP6_ECHO_REPLY, /* 0: ICMP_ECHOREPLY */
4406 if (icmp->icmp_type != ICMP6_ECHO_REPLY)
9444 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY;
H A Dip_state.c3092 (ic->icmp_type == ICMP6_ECHO_REPLY)) {
4568 if (((ic->ici_type == ICMP6_ECHO_REPLY) &&
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c106 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
505 { ICMP6_ECHO_REPLY, "echo reply"},
1007 case ICMP6_ECHO_REPLY:
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c868 type = ICMP6_ECHO_REPLY;
972 if (type == ICMP6_ECHO_REQUEST || type == ICMP6_ECHO_REPLY) {
1596 icmp6->icmp6_type != ICMP6_ECHO_REPLY)
1648 else /* ICMP6_ECHO_REPLY */
H A Dnat64lsn.c1515 icmp6->icmp6_type == ICMP6_ECHO_REPLY)
/freebsd-11-stable/sbin/ping6/
H A Dping6.c824 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt);
1517 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) {
2361 case ICMP6_ECHO_REPLY:
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c591 nicmp6->icmp6_type = ICMP6_ECHO_REPLY;
594 ICMP6STAT_INC(icp6s_outhist[ICMP6_ECHO_REPLY]);
599 case ICMP6_ECHO_REPLY:
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c154 case ICMP6_ECHO_REPLY:
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c117 { "echorep", ICMP6_ECHO_REPLY },
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c279 { ICMP6_ECHO_REPLY, NULL, 0, "echoreply" },

Completed in 221 milliseconds