vchar.h revision 331722
1323129Sdes/*	$FreeBSD: stable/11/sbin/setkey/vchar.h 331722 2018-03-29 02:50:57Z eadler $	*/
276259Sgreen/*	$KAME: vchar.h,v 1.2 2000/06/07 00:29:14 itojun Exp $	*/
376259Sgreen
492555Sdes/*
576259Sgreen * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
676259Sgreen * All rights reserved.
776259Sgreen *
876259Sgreen * Redistribution and use in source and binary forms, with or without
976259Sgreen * modification, are permitted provided that the following conditions
1076259Sgreen * are met:
1176259Sgreen * 1. Redistributions of source code must retain the above copyright
1276259Sgreen *    notice, this list of conditions and the following disclaimer.
1376259Sgreen * 2. Redistributions in binary form must reproduce the above copyright
1476259Sgreen *    notice, this list of conditions and the following disclaimer in the
1576259Sgreen *    documentation and/or other materials provided with the distribution.
1676259Sgreen * 3. Neither the name of the project nor the names of its contributors
1776259Sgreen *    may be used to endorse or promote products derived from this software
1876259Sgreen *    without specific prior written permission.
1976259Sgreen *
2076259Sgreen * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
2176259Sgreen * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2276259Sgreen * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2376259Sgreen * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
2476259Sgreen * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2576259Sgreen * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26162856Sdes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2776259Sgreen * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2876259Sgreen * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29162856Sdes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30162856Sdes * SUCH DAMAGE.
31162856Sdes */
32162856Sdes
33162856Sdestypedef struct {
34162856Sdes	u_int len;
35162856Sdes	caddr_t buf;
3676259Sgreen} vchar_t;
37162856Sdes