Safecopies renders the NWIOQUERYPARAM ioctl useless. This functionality is now replaced with /dev/ipstat. Write the request to the device and read the answer in one read request.
		
			
				
	
	
		
			21 lines
		
	
	
		
			297 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			297 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
inet/qp.h
 | 
						|
 | 
						|
Handle queryparams requests
 | 
						|
 | 
						|
Created:	June 1995 by Philip Homburg <philip@f-mnx.phicoh.com>
 | 
						|
 | 
						|
Copyright 1995 Philip Homburg
 | 
						|
*/
 | 
						|
 | 
						|
#ifndef INET__QP_H
 | 
						|
#define INET__QP_H
 | 
						|
 | 
						|
void qp_init ARGS(( void ));
 | 
						|
 | 
						|
#endif /* INET__QP_H */
 | 
						|
 | 
						|
/*
 | 
						|
 * $PchId: qp.h,v 1.4 2005/01/29 18:08:06 philip Exp $
 | 
						|
 */
 |