Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_var.h179 u_int32_t ips_tooshort; /* packet too short */ member
H A Dip_input.c1028 OSAddAtomic(1, &ipstat.ips_tooshort); in ip_input_first_pass()
1154 OSAddAtomic(1, &ipstat.ips_tooshort); in ip_input_first_pass()
1917 OSAddAtomic(1, &ipstat.ips_tooshort); in ip_input()
/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c8669 ipstat.ips_tooshort++;