ftp.nice.ch/pub/next/connectivity/protocol/GateKeeper.3.0.Beta.4.s.tar.gz#/GateKeeper.3.0.Beta.4.s/MiG/Library/pppd_rpc_defs.h

This is pppd_rpc_defs.h in view mode; [Download] [Up]

//*****************************************************************************
//
//	GateKeeper.h.  
//
//		Mach RPC server defs for IPC between PPPD and GateKeeper
//
//			by	Felipe A. Rodriguez		
//
//	This code is supplied "as is" the author makes no warranty as to its 
//	suitability for any purpose.  This code is free and may be distributed 
//	in accordance with the terms of the:
//		
//			GNU GENERAL PUBLIC LICENSE
//			Version 2, June 1991
//			copyright (C) 1989, 1991 Free Software Foundation, Inc.
// 			675 Mass Ave, Cambridge, MA 02139, USA
//
//*****************************************************************************

#define	GK_TERMINATE  	7			// pppd should terminate ppp session
#define	GK_KILL  		8			// pppd should die

#define	GK_DIALING		12			// pppd is dialing
#define	GK_CONNECT_FAIL	13			// pppd failed to connect with remote
#define	GK_INACTIVITY  	20			// inactivity timeout is imminent
#define	GK_DIE  		21			// pppd is dying
#define	GK_NO_LKS  		22			// no lks support in kernel
#define	REC_TERM_REQ  	88			// pppd recieved termination request

#define	MAN_DIAL		30			// manual dialing

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.