/*     
 * $RCSfile: ipsec.h,v $
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1994,1993,1991,1990,1996  Arizona Board of Regents
 */

#ifndef ipsec_h
#define ipsec_h

#ifndef IPSEC_CTL
#define IPSEC_CTL 31
#endif

/*
 * IPSEC control opcodes
 */
#define IPSEC_GETMYHOST		(IPSEC_CTL*MAXOPS+0)
#define IPSEC_GETPEERHOST	(IPSEC_CTL*MAXOPS+1)

#  ifdef __STDC__

void	ipsec_init(Protl);

#  endif


#endif
