Home | History | Annotate | Download | only in src

Lines Matching full:callback

107 * This function switches a socket into a listening state and registers a callback on
111 * thus can trigger several times the pListen_Cb callback.
115 * \param[in] pListen_Cb The callback to be called each time the
118 * the callback.
137 * It must be used with the socket provided within the listen callback. The socket
143 * \param[in] pErr_Cb The callback to be called each time the accepted socket
145 * \param[in] pAccept_RspCb The callback to be called when the Accept operation is completed
146 * \param[in] pContext Upper layer context to be returned in the callback.
168 * It must be used with the socket provided within the listen callback. The socket
172 * \param[in] pReject_RspCb The callback to be called when the Reject operation is completed
173 * \param[in] pContext Upper layer context to be returned in the callback.
194 * \param[in] pConnect_RspCb The callback to be called when the connection
197 * the callback.
221 * \param[in] pDisconnect_RspCb The callback to be called when the
224 * the callback.
252 * \param[in] pSend_RspCb The callback to be called when the
255 * the callback.
278 * more data comes, and the response will be sent by the callback. This function
284 * \param[in] pRecv_RspCb The callback to be called when the
287 * the callback.