Lines Matching full:tcp
8 * @brief Transmission Control Protocol (TCP)
11 IPPROTO_TCP, ...) and creates struct tcp for the net_context
14 * of net_context/struct tcp registers a new net_conn handle
24 * look into the unit test tests/net/tcp for insights.
38 * @brief Allocate a TCP connection for the net_context
39 * and mutually link the net_context and TCP connection.
48 * @brief Close and delete the TCP connection for the net_context
57 * @brief Listen for an incoming TCP connection
80 * with the old TCP
87 * @param tcp_access Helper variable for accessing TCP header
89 * @return Pointer to the TCP header on success, NULL on error
93 /* TODO: net_tcp_input() isn't used by TCP and might be dropped with little
97 /* No ops, provided for compatibility with the old TCP */
109 * @brief Handle an incoming TCP packet
111 * This function is provided for the TCP sanity check and will be eventually