/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos720 src/bos/usr/include/netns/idp_var.h 1.1 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1988,1989 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)95 1.1 src/bos/usr/include/netns/idp_var.h, sysxxns, bos720 2/26/91 09:59:54 */ /* * COMPONENT_NAME: (SYSXXNS) Xerox Network services * * FUNCTIONS: * * ORIGINS: 26 27 * * (C) COPYRIGHT International Business Machines Corp. 1988, 1989 * All Rights Reserved * Licensed Materials - Property of IBM * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * * Copyright (c) 1980, 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * @(#)idp_var.h 7.4 (Berkeley) 6/28/90 * */ /* * 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 extern struct idpstat idpstat; #endif