1: /*
   2:  * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California.
   3:  * All rights reserved.
   4:  *
   5:  * Redistribution and use in source and binary forms are permitted
   6:  * provided that this notice is preserved and that due credit is given
   7:  * to the University of California at Berkeley. The name of the University
   8:  * may not be used to endorse or promote products derived from this
   9:  * software without specific prior written permission. This software
  10:  * is provided ``as is'' without express or implied warranty.
  11:  *
  12:  *      @(#)spp_debug.h	7.2 (Berkeley) 1/20/88
  13:  */
  14: 
  15: struct  spp_debug {
  16:     u_long  sd_time;
  17:     short   sd_act;
  18:     short   sd_ostate;
  19:     caddr_t sd_cb;
  20:     short   sd_req;
  21:     struct  spidp sd_si;
  22:     struct  sppcb sd_sp;
  23: };
  24: 
  25: #define SA_INPUT    0
  26: #define SA_OUTPUT   1
  27: #define SA_USER     2
  28: #define SA_RESPOND  3
  29: #define SA_DROP     4
  30: 
  31: #ifdef SANAMES
  32: char    *sanames[] =
  33:     { "input", "output", "user", "respond", "drop" };
  34: #endif
  35: 
  36: #define SPP_NDEBUG 2
  37: struct  spp_debug spp_debug[SPP_NDEBUG];
  38: int spp_debx;

Defined variables

sanames defined in line 32; used 3 times
spp_debug defined in line 37; used 12 times
spp_debx defined in line 38; used 13 times

Defined struct's

spp_debug defined in line 15; used 10 times

Defined macros

SA_INPUT defined in line 25; used 1 times
SA_OUTPUT defined in line 26; used 3 times
SA_RESPOND defined in line 28; used 1 times
SA_USER defined in line 27; used 2 times
SPP_NDEBUG defined in line 36; used 9 times

Usage of this include

Last modified: 1988-04-28
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2337
Valid CSS Valid XHTML 1.0 Strict