DL_PROMISCOFF_REQ(7dlpi) DL_PROMISCOFF_REQ(7dlpi)
NAME
DL_PROMISCOFF_REQ - Message Type
SYNOPSIS
The message consists of one M_PROTO message block, which
contains the following structure.
typedef struct {
ulong dl_primitive;
ulong dl_level;
} dl_promiscoff_req_t;
DESCRIPTION
This primitive requests the DLS Provider to disable
promiscuous mode on a per Stream basis, either at the physical
level or at the SAP level.
Parameters
dl_primitive
conveys DL_PROMISCOFF_REQ
dl_level indicates promiscuous mode at the physical or SAP
level
DL_PROMISC_PHYS
indicates promiscuous mode at the
physical level
DL_PROMISC_SAP indicates promiscuous mode at the SAP
level
DL_PROMISC_MULTI
indicates promiscuous mode for all
multicast addresses
State
The message is valid in any state in which the promiscuous
mode is enabled and there is no pending acknowledgement.
New State
The resulting state is unchanged.
Response
If the promiscuous mode disabling is successful, a DL_OK_ACK
is returned. Otherwise, a DL_ERROR_ACK is returned.
Copyright 1994 Novell, Inc. Page 1
DL_PROMISCOFF_REQ(7dlpi) DL_PROMISCOFF_REQ(7dlpi)
Reasons for Failure
DL_OUTSTATE The primitive was issued from an invalid state
DL_SYSERR A System error has occurred and the UNIX System
error is indicated in the DL_ERROR_ACK.
Category
Local Management.
Copyright 1994 Novell, Inc. Page 2