Lines Matching full:context
17 * - The incoming data is delivered up through the context->recv_cb
41 * @param context Network context
45 int net_tcp_get(struct net_context *context);
50 * @param context Network context
54 int net_tcp_put(struct net_context *context);
59 * @param context Network context
63 int net_tcp_listen(struct net_context *context);
68 * @param context Network context
74 int net_tcp_accept(struct net_context *context, net_tcp_accept_cb_t cb,
77 /* TODO: split into 2 functions, conn -> context, queue -> send? */
104 int net_tcp_update_recv_wnd(struct net_context *context, int32_t delta);