date and time created 85/05/30 19:10:49 by sklower
[unix-history] / usr / src / sys / netns / idp_var.h
/* idp_var.h 6.1 85/05/30 */
/*
* IDP Kernel Structures and Variables
*/
struct idpstat {
int idps_badsum; /* checksum bad */
int idps_tooshort; /* packet too short */
int idps_toosmall; /* not enough data */
int idps_badhlen; /* ip header length < data size */
int idps_badlen; /* ip length < ip header length */
};
#ifdef KERNEL
struct idpstat idpstat;
#endif