SCSI Target Mode Framework Library Functions
stmfPostProxyMsg(3STMF)
NAME
stmfPostProxyMsg - post proxy message
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
int stmfPostProxyMsg(int hdl, void *buf, uint32_t buflen);
PARAMETERS
hdl handle returned in a previous successful call to stmfInitProxyDoor(3STMF) buf pointer to a buffer to received from peer node buflen length of bufDESCRIPTION
The stmfPostProxyMsg() function passes down to the STMF
proxy service the message received from the peer node's STMF proxy service door upcall.RETURN VALUES
The following values are returned:STMF_ERROR_INVALID_ARG The buf argument is NULL.
STMF_POST_MSG_FAILED The attempt to post the message
failed.STMF_STATUS_SUCCESS The API call was successful.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 29 Sep 2009 1
SCSI Target Mode Framework Library FunctionsstmfPostProxyMsg(3STMF)
______________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
stmfInitProxyDoor(3STMF), libstmf(3LIB), attributes(5)SunOS 5.11 Last change: 29 Sep 2009 2
SCSI Target Mode Framework Library FunctionsstmfPostProxyMsg(3STMF)
SunOS 5.11 Last change: 29 Sep 2009 3