home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / rpcsvc / spray.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  643 b   |  35 lines

  1. #define SPRAYMAX 8845
  2.  
  3. struct spraytimeval {
  4.     u_int sec;
  5.     u_int usec;
  6. };
  7. typedef struct spraytimeval spraytimeval;
  8. bool_t xdr_spraytimeval();
  9.  
  10.  
  11. struct spraycumul {
  12.     u_int counter;
  13.     spraytimeval clock;
  14. };
  15. typedef struct spraycumul spraycumul;
  16. bool_t xdr_spraycumul();
  17.  
  18.  
  19. typedef struct {
  20.     u_int sprayarr_len;
  21.     char *sprayarr_val;
  22. } sprayarr;
  23. bool_t xdr_sprayarr();
  24.  
  25.  
  26. #define SPRAYPROG ((u_long)100012)
  27. #define SPRAYVERS ((u_long)1)
  28. #define SPRAYPROC_SPRAY ((u_long)1)
  29. extern void *sprayproc_spray_1();
  30. #define SPRAYPROC_GET ((u_long)2)
  31. extern spraycumul *sprayproc_get_1();
  32. #define SPRAYPROC_CLEAR ((u_long)3)
  33. extern void *sprayproc_clear_1();
  34.  
  35.