Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/ !
H A Dip_var.h179 u_int32_t ips_tooshort; /* packet too short */ member
H A Dip_input.c1025 OSAddAtomic(1, &ipstat.ips_tooshort); in ip_input_first_pass()
1151 OSAddAtomic(1, &ipstat.ips_tooshort); in ip_input_first_pass()
1915 OSAddAtomic(1, &ipstat.ips_tooshort); in ip_input()
/xnu-8020.121.3/bsd/net/ !
H A Dif_bridge.c8848 ipstat.ips_tooshort++;