Searched refs:ICMP_ECHOREPLY (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_icmp.h | 150 #define ICMP_ECHOREPLY 0 /* echo reply */ macro 209 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
|
H A D | ip_icmp.c | 607 icp->icmp_type = ICMP_ECHOREPLY; in icmp_input() 751 case ICMP_ECHOREPLY: in icmp_input()
|
/freebsd/sbin/ipf/libipf/ |
H A D | icmptypes.c | 74 { "echorep", ICMP_ECHOREPLY, ICMP6_ECHO_REPLY },
|
H A D | ipft_tx.c | 301 ic->icmp_type == ICMP_ECHOREPLY) in parseline()
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp.c | 106 #define ICMP_ECHOREPLY 0 /* echo reply */ macro 188 { ICMP_ECHOREPLY, "echo reply" }, 343 case ICMP_ECHOREPLY: in icmp_print()
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_ip.c | 428 value->v.integer = icmpstat.icps_inhist[ICMP_ECHOREPLY]; in op_icmpstat() 485 value->v.integer = icmpstat.icps_outhist[ICMP_ECHOREPLY]; in op_icmpstat()
|
/freebsd/usr.bin/systat/ |
H A D | icmp.c | 202 DO2(ICMP_ECHOREPLY, 10); in showicmp()
|
/freebsd/contrib/netbsd-tests/net/bpfilter/ |
H A D | t_bpfilter.c | 82 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ICMP_ECHOREPLY, 1, 0),
|
/freebsd/sbin/ping/ |
H A D | ping.c | 170 static u_char icmp_type_rsp = ICMP_ECHOREPLY; 1427 case ICMP_ECHOREPLY: in pr_icmph()
|
/freebsd/sys/netinet/libalias/ |
H A D | alias.c | 450 case ICMP_ECHOREPLY: in IcmpAliasIn() 646 case ICMP_ECHOREPLY: in IcmpAliasOut()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 921 case ICMP_ECHOREPLY: in nat64_icmp_translate() 1704 icmp6->icmp6_type = ICMP_ECHOREPLY; in nat64_do_handle_ip6()
|
H A D | nat64lsn.c | 431 case ICMP_ECHOREPLY: in inspect_icmp_mbuf()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1383 if (type == ICMP_ECHOREPLY in packet_ok()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 383 IL_ICMP_ECHOREPLY ';' { set_icmptype(ICMP_ECHOREPLY); }
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 195 { ICMP_ECHOREPLY, NULL, 0, "echoreply" },
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 84 { "echorep", ICMP_ECHOREPLY },
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 1200 case ICMP_ECHOREPLY : in ipf_pr_icmp() 4282 if (icmp->icmp_type != ICMP_ECHOREPLY) in ipf_matchicmpqueryreply() 9142 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
|
H A D | ip_nat.c | 5996 case ICMP_ECHOREPLY: in ipf_nat_icmpquerytype()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 2061 case ICMP_ECHOREPLY: in pf_icmp_mapping() 3735 case ICMP_ECHOREPLY: in pf_icmp_to_bandlim()
|