xref: /titanic_51/usr/src/lib/libvrrpadm/common/llib-lvrrpadm (revision 1cb875ae88fb9463b368e725c2444776595895cb)
1*1cb875aeSCathy Zhou/*
2*1cb875aeSCathy Zhou * CDDL HEADER START
3*1cb875aeSCathy Zhou *
4*1cb875aeSCathy Zhou * The contents of this file are subject to the terms of the
5*1cb875aeSCathy Zhou * Common Development and Distribution License (the "License").
6*1cb875aeSCathy Zhou * You may not use this file except in compliance with the License.
7*1cb875aeSCathy Zhou *
8*1cb875aeSCathy Zhou * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*1cb875aeSCathy Zhou * or http://www.opensolaris.org/os/licensing.
10*1cb875aeSCathy Zhou * See the License for the specific language governing permissions
11*1cb875aeSCathy Zhou * and limitations under the License.
12*1cb875aeSCathy Zhou *
13*1cb875aeSCathy Zhou * When distributing Covered Code, include this CDDL HEADER in each
14*1cb875aeSCathy Zhou * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*1cb875aeSCathy Zhou * If applicable, add the following below this CDDL HEADER, with the
16*1cb875aeSCathy Zhou * fields enclosed by brackets "[]" replaced with your own identifying
17*1cb875aeSCathy Zhou * information: Portions Copyright [yyyy] [name of copyright owner]
18*1cb875aeSCathy Zhou *
19*1cb875aeSCathy Zhou * CDDL HEADER END
20*1cb875aeSCathy Zhou */
21*1cb875aeSCathy Zhou/*
22*1cb875aeSCathy Zhou * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*1cb875aeSCathy Zhou * Use is subject to license terms.
24*1cb875aeSCathy Zhou */
25*1cb875aeSCathy Zhou
26*1cb875aeSCathy Zhou/*LINTLIBRARY*/
27*1cb875aeSCathy Zhou/*PROTOLIB1*/
28*1cb875aeSCathy Zhou
29*1cb875aeSCathy Zhou#include <libvrrpadm.h>
30*1cb875aeSCathy Zhou#include <netinet/vrrp.h>
31