dlpi_promiscon, dlpi_promiscoff - enable or disable DLPI promiscuous mode
cc [ flag... ] file... -ldlpi [ library... ] #include <libdlpi.h> int dlpi_promiscon(dlpi_handle_t dh, uint_t level);
int dlpi_promiscoff(dlpi_handle_t dh, uint_t level);
The dlpi_promiscon() function enables promiscuous mode on a DLPI link instance associated with DLPI handle dh, at the specified level. After enabling promiscuous mode, the caller will be able to receive all messages destined for the DLPI link instance at the specified level. This operation can be performed in any DLPI state of a handle.
The dlpi_promiscoff() function disables promiscuous mode on a DLPI link instance associated with DLPI handle dh, at the specified level. This operation can be performed in any DLPI state of a handle in which promiscuous mode is enabled at the specified level.
The level modes are:
DL_PROMISC_PHYS
DL_PROMISC_SAP
DL_PROMISC_MULTI
Upon success, DLPI_SUCCESS is returned. If DL_SYSERR is returned, errno contains the specific UNIX system error value. Otherwise, a DLPI error value defined in <sys/dlpi.h> or an error value listed in the following section is returned.
DLPI_EBADMSG
DLPI_EINHANDLE
DLPI_EINVAL
DLPI_ETIMEDOUT
See attributes(5) for description of the following attributes:
|
libdlpi(3LIB), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |