Changeset 1bfd3d3 in mainline for uspace/srv/net/tl/tcp/tcp.c
- Timestamp:
- 2010-11-19T22:02:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 973ef9fc, a9c6b966
- Parents:
- cc3c2a1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.c
rcc3c2a1c r1bfd3d3 224 224 * @param[in] client_connection The client connection processing function. The 225 225 * module skeleton propagates its own one. 226 * @return sEOK on success.227 * @return sENOMEM if there is not enough memory left.226 * @return EOK on success. 227 * @return ENOMEM if there is not enough memory left. 228 228 */ 229 229 int tcp_initialize(async_client_conn_t client_connection) … … 1222 1222 * @param[out] answer_count The last parameter for the actual answer in the 1223 1223 * answer parameter. 1224 * @return sEOK on success.1225 * @return sENOTSUP if the message is not known.1224 * @return EOK on success. 1225 * @return ENOTSUP if the message is not known. 1226 1226 * 1227 1227 * @see tcp_interface.h … … 2494 2494 /** Starts the module. 2495 2495 * 2496 * @return sEOK on success.2497 * @return sOther error codes as defined for each specific module2496 * @return EOK on success. 2497 * @return Other error codes as defined for each specific module 2498 2498 * start function. 2499 2499 */
Note:
See TracChangeset
for help on using the changeset viewer.