LIBFCOE(3LIB) Interface Libraries LIBFCOE(3LIB)

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(7) 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(7)

August 19, 2019 LIBFCOE(3LIB)