Home
last modified time | relevance | path

Searched refs:ICMP_MASKREPLY (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netinet/
H A Dip_icmp.h192 #define ICMP_MASKREPLY 18 /* address mask reply */ macro
213 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
H A Dip_icmp.c653 icp->icmp_type = ICMP_MASKREPLY; in icmp_input()
756 case ICMP_MASKREPLY: in icmp_input()
/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c83 { "maskrep", ICMP_MASKREPLY, -1 },
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c444 value->v.integer = icmpstat.icps_inhist[ICMP_MASKREPLY]; in op_icmpstat()
501 value->v.integer = icmpstat.icps_outhist[ICMP_MASKREPLY]; in op_icmpstat()
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c140 #define ICMP_MASKREPLY 18 /* address mask reply */ macro
619 case ICMP_MASKREPLY: in icmp_print()
/freebsd/sbin/ping/
H A Dping.c525 icmp_type_rsp = ICMP_MASKREPLY; in ping()
1531 case ICMP_MASKREPLY: in pr_icmph()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y401 | IL_ICMP_MASKREPLY ';' { set_icmptype(ICMP_MASKREPLY); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c218 { ICMP_MASKREPLY, NULL, 0, "maskreply" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c100 { "maskrep", ICMP_MASKREPLY },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c1224 case ICMP_MASKREPLY : in ipf_pr_icmp()
9145 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
H A Dip_nat.c6005 case ICMP_MASKREPLY: in ipf_nat_icmpquerytype()
/freebsd/sys/netpfil/pf/
H A Dpf.c2209 case ICMP_MASKREPLY: in pf_icmp_mapping()