home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Portable Patmos / usr / include / netns / spp_debug.h < prev    next >
Encoding:
Text File  |  1994-11-08  |  2.4 KB  |  25 lines  |  [TEXT/R*ch]

  1. _act;
  2.     short    sd_ostate;
  3.     caddr_t    sd_cb;
  4.     short    sd_req;
  5.     struct    spidp sd_si;
  6.     struct    sppcb sd_sp;
  7. };
  8.  
  9. #define    SA_INPUT     0
  10. #define    SA_OUTPUT    1
  11. #define    SA_USER        2
  12. #define    SA_RESPOND    3
  13. #define    SA_DROP        4
  14.  
  15. #ifdef SANAMES
  16. char    *sanames[] =
  17.     { "input", "output", "user", "respond", "drop" };
  18. #endif
  19.  
  20. #define    SPP_NDEBUG 100
  21. struct    spp_debug spp_debug[SPP_NDEBUG];
  22. int    spp_debx;
  23.  
  24. #endif /* !_NETNS_SPP_DEBUG_H_ */
  25.