. remove minix ping
	. add support for socket(AF_INET, SOCK_RAW, {IPPROTO_ICMP,IPPROTO_UDP})
	. gives test48 a better chance of detecting network connectivity
Change-Id: Ia678546d27ac378642f1160a141e1fc33458cce2
		
	
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
server/ip/gen/inet.h
 | 
						|
*/
 | 
						|
 | 
						|
#ifndef __SERVER__IP__GEN__INET_H__
 | 
						|
#define __SERVER__IP__GEN__INET_H__
 | 
						|
 | 
						|
#include <net/gen/in.h>
 | 
						|
 | 
						|
ipaddr_t inet_addr( const char *addr );
 | 
						|
ipaddr_t inet_network( const char *addr );
 | 
						|
 | 
						|
#endif /* __SERVER__IP__GEN__INET_H__ */
 |