Home
last modified time | relevance | path

Searched refs:ICMP_ECHOREPLY (Results 1 – 20 of 20) sorted by relevance

/src/sys/netinet/
H A Dip_icmp.h150 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
209 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c605 icp->icmp_type = ICMP_ECHOREPLY; in icmp_input()
744 case ICMP_ECHOREPLY: in icmp_input()
/src/sbin/ipf/libipf/
H A Dicmptypes.c74 { "echorep", ICMP_ECHOREPLY, ICMP6_ECHO_REPLY },
H A Dipft_tx.c302 ic->icmp_type == ICMP_ECHOREPLY) in parseline()
/src/contrib/tcpdump/
H A Dprint-icmp.c106 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
188 { ICMP_ECHOREPLY, "echo reply" },
343 case ICMP_ECHOREPLY: in icmp_print()
/src/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c428 value->v.integer = icmpstat.icps_inhist[ICMP_ECHOREPLY]; in op_icmpstat()
485 value->v.integer = icmpstat.icps_outhist[ICMP_ECHOREPLY]; in op_icmpstat()
/src/usr.bin/systat/
H A Dicmp.c202 DO2(ICMP_ECHOREPLY, 10); in showicmp()
/src/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c82 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ICMP_ECHOREPLY, 1, 0),
/src/sbin/ping/
H A Dping.c170 static u_char icmp_type_rsp = ICMP_ECHOREPLY;
1427 case ICMP_ECHOREPLY: in pr_icmph()
/src/sys/netinet/libalias/
H A Dalias.c458 case ICMP_ECHOREPLY: in IcmpAliasIn()
663 case ICMP_ECHOREPLY: in IcmpAliasOut()
/src/sys/netpfil/pf/
H A Dpf_lb.c1386 pd->ndport = ICMP_ECHOREPLY; in pf_get_transaddr_af()
1392 else if (pd->ndport == ICMP_ECHOREPLY) in pf_get_transaddr_af()
H A Dpf.c2579 case ICMP_ECHOREPLY: in pf_icmp_mapping()
4195 type = ICMP_ECHOREPLY; in pf_translate_icmp_af()
4295 case ICMP_ECHOREPLY: in pf_translate_icmp_af()
4840 case ICMP_ECHOREPLY: in pf_icmp_to_bandlim()
/src/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c921 case ICMP_ECHOREPLY: in nat64_icmp_translate()
1704 icmp6->icmp6_type = ICMP_ECHOREPLY; in nat64_do_handle_ip6()
H A Dnat64lsn.c433 case ICMP_ECHOREPLY: in inspect_icmp_mbuf()
/src/usr.sbin/traceroute/
H A Dtraceroute.c1383 if (type == ICMP_ECHOREPLY in packet_ok()
/src/sbin/ipf/iplang/
H A Diplang_y.y383 IL_ICMP_ECHOREPLY ';' { set_icmptype(ICMP_ECHOREPLY); }
/src/sbin/ipf/ipmon/
H A Dipmon.c196 { ICMP_ECHOREPLY, NULL, 0, "echoreply" },
/src/sbin/pfctl/
H A Dpfctl_parser.c85 { "echorep", ICMP_ECHOREPLY },
/src/sys/netpfil/ipfilter/netinet/
H A Dfil.c1207 case ICMP_ECHOREPLY : in ipf_pr_icmp()
4303 if (icmp->icmp_type != ICMP_ECHOREPLY) in ipf_matchicmpqueryreply()
9216 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
H A Dip_nat.c6032 case ICMP_ECHOREPLY: in ipf_nat_icmpquerytype()