1 LIBFCOE(3LIB)                 Interface Libraries                LIBFCOE(3LIB)
   2 
   3 
   4 
   5 NAME
   6        libfcoe - FCoE Port Management library
   7 
   8 SYNOPSIS
   9        cc [ flag... ] file... -lfcoe [ library... ]
  10        #include <libfcoe.h>
  11 
  12 
  13 DESCRIPTION
  14        Functions in this library provide management of the FCoE (Fibre Channel
  15        over Ethernet) ports in the system, allowing clients to create, delete
  16        and list information of FCoE ports.
  17 
  18 INTERFACES
  19        The shared object libfcoe.so.1 provides the public interfaces defined
  20        below. See Intro(3) for additional information on shared object
  21        interfaces.
  22 
  23 
  24 
  25 
  26        FCOE_CreatePort    FCOE_DeletePort
  27        FCOE_GetPortList
  28 
  29 
  30 FILES
  31        /lib/libfcoe.so.1
  32                                shared object
  33 
  34 
  35        /lib/64/libfcoe.so.1
  36                                64-bit shared object
  37 
  38 
  39 ATTRIBUTES
  40        See attributes(5) for descriptions of the following attributes:
  41 
  42 
  43 
  44 
  45        +--------------------+-----------------+
  46        |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
  47        |Interface Stability | Committed       |
  48        +--------------------+-----------------+
  49        |MT-Level            | Safe            |
  50        +--------------------+-----------------+
  51 
  52 SEE ALSO
  53        Intro(3), FCOE_CreatePort(3FCOE), FCOE_DeletePort(3FCOE),
  54        FCOE_GetPortList(3FCOE), attributes(5)
  55 
  56 
  57 
  58                                 August 19, 2019                  LIBFCOE(3LIB)