xref: /illumos-gate/usr/src/man/man3lib/libfcoe.3lib (revision a28480febf31f0e61debac062a55216a98a05a92)
te
Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
LIBFCOE 3LIB "Aug 19, 2019"
NAME
libfcoe - FCoE Port Management library
SYNOPSIS
cc [ flag... ] file... -lfcoe [ library... ]
#include <libfcoe.h>
DESCRIPTION
Functions in this library provide management of the FCoE (Fibre Channel over Ethernet) ports in the system, allowing clients to create, delete and list information of FCoE ports.
INTERFACES
The shared object libfcoe.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.
FCOE_CreatePort FCOE_DeletePort
FCOE_GetPortList
FILES
/lib/libfcoe.so.1

shared object

/lib/64/libfcoe.so.1

64-bit shared object

ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
Intro(3), FCOE_CreatePort(3FCOE), FCOE_DeletePort(3FCOE), FCOE_GetPortList(3FCOE), attributes(5)