Searched refs:ICMP_ECHOREPLY (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dicmptypes.c74 { "echorep", ICMP_ECHOREPLY, ICMP6_ECHO_REPLY },
H A Dipft_tx.c313 ic->icmp_type == ICMP_ECHOREPLY)
/freebsd-12-stable/sys/netinet/
H A Dip_icmp.h153 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
212 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c579 icp->icmp_type = ICMP_ECHOREPLY;
706 case ICMP_ECHOREPLY:
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-icmp.c111 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
193 { ICMP_ECHOREPLY, "echo reply" },
357 case ICMP_ECHOREPLY:
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c416 value->v.integer = icmpstat.icps_inhist[ICMP_ECHOREPLY];
473 value->v.integer = icmpstat.icps_outhist[ICMP_ECHOREPLY];
/freebsd-12-stable/usr.bin/systat/
H A Dicmp.c208 DO2(ICMP_ECHOREPLY, 10);
/freebsd-12-stable/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c77 * Match ICMP_ECHOREPLY packet with 7 magic bytes at the end.
82 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ICMP_ECHOREPLY, 1, 0),
/freebsd-12-stable/sbin/ping/
H A Dping.c181 static u_char icmp_type_rsp = ICMP_ECHOREPLY;
1496 case ICMP_ECHOREPLY:
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias.c451 case ICMP_ECHOREPLY:
647 case ICMP_ECHOREPLY:
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c920 case ICMP_ECHOREPLY:
1701 icmp6->icmp6_type = ICMP_ECHOREPLY;
H A Dnat64lsn.c435 case ICMP_ECHOREPLY:
/freebsd-12-stable/contrib/traceroute/
H A Dtraceroute.c1435 if (type == ICMP_ECHOREPLY
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y385 IL_ICMP_ECHOREPLY ';' { set_icmptype(ICMP_ECHOREPLY); }
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipmon.c200 { ICMP_ECHOREPLY, NULL, 0, "echoreply" },
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.c85 { "echorep", ICMP_ECHOREPLY },
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1224 case ICMP_ECHOREPLY :
4322 ICMP6_ECHO_REPLY, /* 0: ICMP_ECHOREPLY */
4396 if (icmp->icmp_type != ICMP_ECHOREPLY)
9435 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
H A Dip_nat.c6107 case ICMP_ECHOREPLY:

Completed in 343 milliseconds