fix carrier drop handling in ttread & try improving LCASE mode
[unix-history] / usr / src / sys / netns / idp_var.h
CommitLineData
caa60def
KS
1/* idp_var.h 6.1 85/05/30 */
2
3/*
4 * IDP Kernel Structures and Variables
5 */
6struct idpstat {
7 int idps_badsum; /* checksum bad */
8 int idps_tooshort; /* packet too short */
9 int idps_toosmall; /* not enough data */
10 int idps_badhlen; /* ip header length < data size */
11 int idps_badlen; /* ip length < ip header length */
12};
13
14#ifdef KERNEL
15struct idpstat idpstat;
16#endif