Previous section.

Data Link Provider Interface (DLPI), Version 2
Copyright © 2000 The Open Group

NAME

DL_PHYS_ADDR_ACK (dl_phys_addr_ack_t) - this primitive returns the value for the physical address to the link user in response to a DL_PHYS_ADDR_REQ.

SYNOPSIS

The message consists of M_PCPROTO message block containing the following structure:


typedef struct {
    t_uscalar_t  dl_primitive;
    t_uscalar_t  dl_addr_length;
    t_uscalar_t  dl_addr_offset;
} dl_phys_addr_ack_t;


PARAMETERS

dl_primitive

conveys DL_PHYS_ADDR_ACK.

dl_addr_length

conveys length of the physical address.

dl_addr_offset

conveys the offset from the beginning of the M_PCPROTO message block.

STATE

The message is valid in any state in response to a DL_PHYS_ADDR_REQ.

NEW STATE

The resulting state is unchanged.

Contents Next section Index