Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:Tcb

27   @param[in, out]  Tcb      Pointer to the TCP_CB of this TCP instance.

33 IN OUT TCP_CB *Tcb
41 Initialize the Tcb locally related members.
43 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
48 IN OUT TCP_CB *Tcb
54 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
61 IN OUT TCP_CB *Tcb,
67 Try to find one Tcb whose <Ip, Port> equals to <IN Addr, IN Port>.
75 @retval TRUE The Tcb which matches the <Addr Port> pairs exists.
111 Insert a Tcb into the proper queue.
113 @param[in] Tcb Pointer to the TCP_CB to be inserted.
115 @retval 0 The Tcb was inserted successfully.
121 IN TCP_CB *Tcb
125 Clone a TCP_CB from Tcb.
127 @param[in] Tcb Pointer to the TCP_CB to be cloned.
134 IN TCP_CB *Tcb
162 Set the Tcb's state.
164 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
170 IN TCP_CB *Tcb,
193 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
201 IN TCP_CB *Tcb,
208 @param[in, out] Tcb Pointer to the TCP_CB that wants to initiate a
214 IN OUT TCP_CB *Tcb
221 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
226 IN TCP_CB *Tcb
233 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
238 IN OUT TCP_CB *Tcb
244 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
247 @retval -1 The Tcb is not in a state that data is permitted to
253 IN OUT TCP_CB *Tcb
260 @param[in] Tcb Pointer to the TCP_CB of the TCP instance.
265 IN TCP_CB *Tcb
269 Reset the connection related with Tcb.
271 @param[in] Tcb Pointer to the TCP_CB of the connection to be reset.
276 IN TCP_CB *Tcb
301 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
308 IN TCP_CB *Tcb
314 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
321 IN TCP_CB *Tcb
327 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
334 IN TCP_CB *Tcb
340 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
349 IN TCP_CB *Tcb,
356 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
365 IN TCP_CB *Tcb,
372 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
381 IN OUT TCP_CB *Tcb,
388 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
393 IN OUT TCP_CB *Tcb
399 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
404 IN OUT TCP_CB *Tcb
410 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
418 IN OUT TCP_CB *Tcb
424 @param[in] Tcb Pointer to the TCP_CB of this TCP instance, may be NULL.
438 IN TCP_CB *Tcb,
515 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
520 IN OUT TCP_CB *Tcb
540 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
547 IN OUT TCP_CB *Tcb,
555 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
561 IN OUT TCP_CB *Tcb,
568 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
573 IN OUT TCP_CB *Tcb
579 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
584 IN OUT TCP_CB *Tcb
590 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
595 IN OUT TCP_CB *Tcb
628 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
640 IN TCP_CB *Tcb,
650 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
667 IN TCP_CB *Tcb,