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.
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;
- 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.
The message is valid in any state in response to a DL_PHYS_ADDR_REQ.
The resulting state is unchanged.
Contents | Next section | Index |