Requests that the data link service (DLS) provider return the current value of the physical address associated with the stream.
The message consists of one
M_PROTO message block, which contains the following
structure:
typedef struct
{
ulong dl_primitive;
ulong dl_addr_type;
} dl_phys_addr_req_t;
This structure is defined in /usr/include/sys/dlpi.h.
The DL_PHYS_ADDR_REQ primitive requests that the DLS provider return the current value of the physical address associated with the stream.
dl_primitive | Specifies the DL_PHYS_ADDR_REQ primitive. |
dl_addr_type | Specifies the requested address. The value is: |
Successful | The DL_PHYS_ADDR_ACK primitive is sent to the DLS user. |
Unsuccessful | The DL_ERROR_ACK primitive is returned to the DLS user. |
This primitive is part of Base Operating System (BOS) Runtime.
The DL_PHYS_ADDR_ACK primitive, DL_ERROR_ACK primitive.