2N/A * The contents of this file are subject to the terms of the 2N/A * Common Development and Distribution License (the "License"). 2N/A * You may not use this file except in compliance with the License. 2N/A * See the License for the specific language governing permissions 2N/A * and limitations under the License. 2N/A * When distributing Covered Code, include this CDDL HEADER in each 2N/A * If applicable, add the following below this CDDL HEADER, with the 2N/A * fields enclosed by brackets "[]" replaced with your own identifying 2N/A * information: Portions Copyright [yyyy] [name of copyright owner] 2N/A * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. 2N/A * The handle contains file descriptors to DLD_CONTROL_DEV and 2N/A * DLMGMT_DOOR. Rather than opening the file descriptor each time 2N/A * it is required, the handle is opened by consumers of libdladm 2N/A * (e.g., dladm) and then passed to libdladm. The handle also contains 2N/A * profile-specific configuration. 2N/A int dld_fd;
/* file descriptor to DLD_CONTROL_DEV */ 2N/A/* DLMGMT_DOOR can only be accessed by libdladm and dlmgmtd */ 2N/A * Link attributes persisted by dlmgmtd. 2N/A * Set for VLANs only 2N/A * Set for AGGRs only 2N/A * Set for VNICs only 2N/A * Set for simlinks only 2N/A * Set for IB partitions only 2N/A * Set for flows only 2N/A * List of all the above attributes. 2N/A * Data structures used for implementing temporary properties 2N/A * The prop extract() callback. 2N/A * rp_extract extracts the kernel structure from the val_desc_t created 2N/A * by the pd_check function. 2N/A * resource property name 2N/A * callback to extract kernel structure 2N/A * Set for bridged links only 2N/A#
endif /* _LIBDLADM_IMPL_H */