Home
last modified time | relevance | path

Searched refs:icmpstat (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dicmp_var.h75 struct icmpstat { struct
112 extern struct icmpstat icmpstat; argument
H A Dip_icmp.c117 struct icmpstat icmpstat; variable
120 &icmpstat, icmpstat, "");
206 icmpstat.icps_error++; in icmp_error()
254 icmpstat.icps_oldicmp++; in icmp_error()
363 icmpstat.icps_outhist[type]++; in icmp_error()
471 icmpstat.icps_tooshort++; in icmp_input()
476 icmpstat.icps_tooshort++; in icmp_input()
488 icmpstat.icps_checksum++; in icmp_input()
519 icmpstat.icps_inhist[icp->icmp_type]++; in icmp_input()
588 icmpstat.icps_badlen++; in icmp_input()
[all …]
/xnu-11215.81.4/bsd/net/
H A Dpf.c9648 icmpstat.icps_checksum++; in pf_check_proto_cksum()