Home
last modified time | relevance | path

Searched refs:ICMP_IREQREPLY (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netinet/
H A Dip_icmp.h190 #define ICMP_IREQREPLY 16 /* information reply */ macro
212 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
H A Dip_icmp.c755 case ICMP_IREQREPLY: in icmp_input()
/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c79 { "inforep", ICMP_IREQREPLY, ICMP6_NI_REPLY },
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c138 #define ICMP_IREQREPLY 16 /* information reply */ macro
195 { ICMP_IREQREPLY, "information reply" },
/freebsd/sbin/ping/
H A Dping.c1524 case ICMP_IREQREPLY: in pr_icmph()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y398 | IL_ICMP_IREQREPLY ';' { set_icmptype(ICMP_IREQREPLY); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c215 { ICMP_IREQREPLY, NULL, 0, "inforeply" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c96 { "inforep", ICMP_IREQREPLY },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c1222 case ICMP_IREQREPLY : in ipf_pr_icmp()
9144 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
H A Dip_nat.c6003 case ICMP_IREQREPLY: in ipf_nat_icmpquerytype()
/freebsd/sys/netpfil/pf/
H A Dpf.c2075 case ICMP_IREQREPLY: in pf_icmp_mapping()