Lines Matching full:has
58 * Create a new netconn (of a specific type) that has a callback function.
80 LWIP_ASSERT("conn has no op_completed", sys_sem_valid(&conn->op_completed)); in netconn_new_with_proto_and_callback()
81 LWIP_ASSERT("conn has no recvmbox", sys_mbox_valid(&conn->recvmbox)); in netconn_new_with_proto_and_callback()
273 * @return ERR_OK if a new connection has been received or an error
310 /* connection has been aborted */ in netconn_accept()
338 * @return ERR_OK if data has been received, an error code otherwise (timeout,
360 /* @todo: this does not allow us to fetch data that has been put into recvmbox in netconn_recv_data()
432 * @return ERR_OK if data has been received, an error code otherwise (timeout,
450 * @return ERR_OK if data has been received, an error code otherwise (timeout,
508 * tells the stack that it has processed data and is able to accept
613 it has no way to return the number of bytes written. */ in netconn_write_partly()
643 /* nonblocking write: maybe the data has been sent partly */ in netconn_write_partly()
646 /* blocking call succeeded: all data has been sent if it */ in netconn_write_partly()