14 lines
		
	
	
		
			340 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
| server/ip/gen/inet.h
 | |
| */
 | |
| 
 | |
| #ifndef __SERVER__IP__GEN__INET_H__
 | |
| #define __SERVER__IP__GEN__INET_H__
 | |
| 
 | |
| ipaddr_t inet_addr _ARGS(( const char *addr ));
 | |
| ipaddr_t inet_network _ARGS(( const char *addr ));
 | |
| char *inet_ntoa _ARGS(( ipaddr_t addr ));
 | |
| int inet_aton _ARGS(( const char *cp, ipaddr_t *pin ));
 | |
| 
 | |
| #endif /* __SERVER__IP__GEN__INET_H__ */
 | 
