home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 41.ddi / root.2 / tmp / inet / llcloop.Space < prev    next >
Encoding:
Text File  |  1990-12-08  |  707 b   |  24 lines

  1. /*    Copyright (c) 1990 UNIX System Laboratories, Inc.    */
  2. /*    Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T    */
  3. /*      All Rights Reserved      */
  4.  
  5. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF         */
  6. /*    UNIX System Laboratories, Inc.                         */
  7. /*    The copyright notice above does not evidence any       */
  8. /*    actual or intended publication of such source code.    */
  9.  
  10.  
  11. #ident    "@(#)//usr/src/uts/i386/master.d/llcloop/space.c.sl 1.1 4.0 12/08/90 5017 AT&T-USL"
  12.  
  13. #include <sys/types.h>
  14. #include <netinet/in.h>
  15. #include <sys/socket.h>
  16. #include <net/if.h>
  17. #include <netinet/llcloop.h>
  18.  
  19. #define LOOPCNT    8
  20.  
  21. struct loop_pcb    loop_pcb[LOOPCNT];
  22. int        loopcnt = LOOPCNT;
  23. struct ifstats loopstats[LOOPCNT];
  24.