Home | History | Annotate | Download | only in src

Lines Matching full:incoming

431 * must provide a working buffer to the socket in order to handle incoming data. This buffer
433 * used as a linear buffer to store incoming data as a stream. Data will be readable later
506 * \brief <b>Listen for incoming connection requests on a socket</b>.
509 * incoming connection requests. In this state, the socket is not able to communicate
534 * \brief <b>Accept an incoming connection request for a socket</b>.
536 * This functions allows the client to accept an incoming connection request.
564 * \brief <b>Reject an incoming connection request for a socket</b>.
566 * This functions allows the client to reject an incoming connection request.