DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5 and SCO OpenServer 5

MAC_OK_ACK(D7mdi)


MAC_OK_ACK -- Acknowledges to the MAC user that a previously issued request primitive was received and processed successfully

Synopsis

   #include <sys/stream.h>
   #include <sys/mdi.h>
   

typedef struct mac_ok_ack { ulong mac_primitive; ulong mac_correct_primitive; } mac_ok_ack_t;

Description

The MAC_OK_ACK message consists of one M_PCPROTO(D7str) message block. This message acknowledges to the MAC user that a previously issued request primitive was received and processed successfully.

Parameters


mac_primitive
conveys the MAC_OK_ACK.

mac_correct_primitive
identifies the successfully received primitive that is being acknowledged.

State

This message is sent by the MDI driver to the MAC user as a response to the MAC_BIND_REQ(D7mdi) message type.

Hardware applicability

All

Version applicability

mdi: 1, 2, 2.1

References

Section MDI manual pages on OpenServer 6, Section 7mdi manual pages on UnixWare 7.1.4, mdi_macokack(D3mdi)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005