Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   
/projects/cubeos/src_current/net/rpc/types.h File Reference
#include <malloc.h>
#include <sys/types.h>
#include <sys/time.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed Description
Definition in file types.h.
Define Documentation
  
    
      
        
          |  #define INADDR_LOOPBACK   (u_long)0x7F000001
       |   
     | 
  
  
    
      
        
          |  #define MAXHOSTNAMELEN   64
       |   
     | 
  
  
    
      
        
          |  #define mem_alloc | 
          (  | 
          bsize  | 
                      | 
          )  | 
             malloc(bsize)
       |   
     | 
  
  
    
      
        
          |  #define mem_free | 
          (  | 
          ptr,          |  
           | 
           | 
          bsize  | 
                      | 
          )  | 
             free(ptr)
       |   
     | 
  
Function Documentation
Generated on Thu Feb 20 15:38:58 2003 for cubeOS by
1.2.14 written by Dimitri van Heesch,
 © 1997-2002