vnet_res.h (678453a8) vnet_res.h (da14cebe)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 13 unchanged lines hidden (view full) ---

22/*
23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _VNET_RES_H
28#define _VNET_RES_H
29
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 13 unchanged lines hidden (view full) ---

22/*
23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _VNET_RES_H
28#define _VNET_RES_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31
32#ifdef __cplusplus
33extern "C" {
34#endif
35
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34#include <sys/mac_provider.h>
35
36/*
37 * Vio network resource types.
38 * VIO_NET_RES_LDC_SERVICE:
39 * An LDC based resource corresonding to vswitch
40 * service. This means, all broadcast pakets need
41 * to be sent via this resource. Unicast packets
42 * that have no known end point will also be sent
43 * via this resource, but only if no Hybrid resource

--- 101 unchanged lines hidden ---
36/*
37 * Vio network resource types.
38 * VIO_NET_RES_LDC_SERVICE:
39 * An LDC based resource corresonding to vswitch
40 * service. This means, all broadcast pakets need
41 * to be sent via this resource. Unicast packets
42 * that have no known end point will also be sent
43 * via this resource, but only if no Hybrid resource

--- 101 unchanged lines hidden ---