HomeSort by relevance Sort by last modified time
    Searched refs:TCP_CB (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Func.h 44 Locate the TCP_CB related to the socket pair.
53 @return Pointer to the related TCP_CB, if NULL no match is found.
56 TCP_CB *
68 @param Tcb Pointer to the TCP_CB to be inserted.
76 IN TCP_CB *Tcb
80 Clone a TCP_CB from Tcb.
82 @param Tcb Pointer to the TCP_CB to be cloned.
84 @return Pointer to the new cloned TCP_CB, if NULL error condition occurred.
87 TCP_CB *
89 IN TCP_CB *Tcb
    [all...]
Tcp4Timer.c 22 @param Tcb Pointer to the TCP_CB of this TCP instance.
27 IN OUT TCP_CB *Tcb
33 @param Tcb Pointer to the TCP_CB of this TCP instance.
38 IN OUT TCP_CB *Tcb
44 @param Tcb Pointer to the TCP_CB of this TCP instance.
49 IN OUT TCP_CB *Tcb
55 @param Tcb Pointer to the TCP_CB of this TCP instance.
60 IN OUT TCP_CB *Tcb
66 @param Tcb Pointer to the TCP_CB of this TCP instance.
71 IN OUT TCP_CB *Tcb
    [all...]
Tcp4Option.h 72 @param Tcb Pointer to the TCP_CB of this TCP instance.
79 IN TCP_CB *Tcb
85 @param Tcb Pointer to the TCP_CB of this TCP instance.
93 IN TCP_CB *Tcb,
100 @param Tcb Pointer to the TCP_CB of this TCP instance.
108 IN TCP_CB *Tcb,
115 @param Tcp Pointer to the TCP_CB of this TCP instance.
132 @param Tcb Pointer to the TCP_CB of this TCP instance.
141 IN TCP_CB *Tcb,
Tcp4Misc.c 50 @param Tcb Pointer to the TCP_CB of this TCP instance.
55 IN OUT TCP_CB *Tcb
89 @param Tcb Pointer to the TCP_CB of this TCP instance.
97 IN OUT TCP_CB *Tcb,
178 @return Pointer to the TCP_CB with the least number of wildcard,
182 TCP_CB *
189 TCP_CB *Node;
190 TCP_CB *Match;
198 Node = NET_LIST_USER_STRUCT (Entry, TCP_CB, List);
254 TCP_CB *Tcb;
    [all...]
Tcp4Driver.h 59 TCP_CB *TcpPcb;
90 @param Tcb Pointer to the TCP_CB of this TCP instance.
101 IN TCP_CB *Tcb,
Tcp4Option.c 74 @param Tcb Pointer to the TCP_CB of this TCP instance.
81 IN TCP_CB *Tcb
105 @param Tcb Pointer to the TCP_CB of this TCP instance.
113 IN TCP_CB *Tcb,
184 @param Tcb Pointer to the TCP_CB of this TCP instance.
192 IN TCP_CB *Tcb,
229 @param Tcp Pointer to the TCP_CB of this TCP instance.
356 @param Tcb Pointer to the TCP_CB of this TCP instance.
365 IN TCP_CB *Tcb,
Tcp4Output.c 35 @param Tcb Pointer to the TCP_CB of this TCP instance.
42 IN TCP_CB *Tcb
64 @param Tcb Pointer to the TCP_CB of this TCP instance.
71 IN TCP_CB *Tcb
109 @param Tcb Pointer to the TCP_CB of this TCP instance.
118 IN OUT TCP_CB *Tcb,
145 @param Tcb Pointer to the TCP_CB of this TCP instance.
152 IN TCP_CB *Tcb
173 @param Tcb Pointer to the TCP_CB of this TCP instance.
182 IN TCP_CB *Tcb,
    [all...]
Tcp4Dispatcher.c 24 @param Tcb Pointer to the TCP_CB of this TCP instance.
39 IN TCP_CB *Tcb,
63 @param Tcb Pointer to the TCP_CB of this TCP instance.
74 IN TCP_CB *Tcb,
211 @param Tcb Pointer to the TCP_CB to be flushed.
216 IN TCP_CB *Tcb
260 TCP_CB *Tcb;
266 Tcb = AllocateZeroPool (sizeof (TCP_CB));
327 TCP_CB *Tcb;
376 TCP_CB *Tcb;
    [all...]
Tcp4Io.c 51 @param Tcb Pointer to the TCP_CB of this TCP instance.
62 IN TCP_CB *Tcb,
Tcp4Proto.h 18 typedef struct _TCP_CB TCP_CB;
166 TCP_CB *Parent; ///< The parent TCP_CB structure
348 IN OUT TCP_CB *Tcb
Tcp4Input.c 22 @param Tcb Pointer to the TCP_CB of this TCP instance.
31 IN TCP_CB *Tcb,
43 @param Tcb Pointer to the TCP_CB of this TCP instance.
49 IN OUT TCP_CB *Tcb,
153 @param Tcb Pointer to the TCP_CB of this TCP instance.
159 IN OUT TCP_CB *Tcb,
197 @param Tcb Pointer to the TCP_CB of this TCP instance.
203 IN OUT TCP_CB *Tcb,
345 @param Tcb Pointer to the TCP_CB of this TCP instance.
351 IN TCP_CB *Tcb,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpFunc.h 27 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
33 IN OUT TCP_CB *Tcb
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,
87 Locate the TCP_CB related to the socket pair.
97 @return Pointer to the related TCP_CB. If NULL, no match is found.
100 TCP_CB *
113 @param[in] Tcb Pointer to the TCP_CB to be inserted.
    [all...]
TcpTimer.c 23 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
28 IN OUT TCP_CB *Tcb
34 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
39 IN OUT TCP_CB *Tcb
45 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
50 IN OUT TCP_CB *Tcb
56 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
61 IN OUT TCP_CB *Tcb
67 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
72 IN OUT TCP_CB *Tcb
    [all...]
TcpOption.h 72 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
79 IN TCP_CB *Tcb
85 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
93 IN TCP_CB *Tcb,
100 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
108 IN TCP_CB *Tcb,
115 @param[in] Tcp Pointer to the TCP_CB of this TCP instance.
132 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
141 IN TCP_CB *Tcb,
TcpMisc.c 49 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
54 IN OUT TCP_CB *Tcb
96 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
103 IN OUT TCP_CB *Tcb,
238 @return Pointer to the TCP_CB with the least number of wildcards,
242 TCP_CB *
250 TCP_CB *Node;
251 TCP_CB *Match;
259 Node = NET_LIST_USER_STRUCT (Entry, TCP_CB, List);
321 TCP_CB *Tcb;
    [all...]
TcpIo.c 57 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
69 IN TCP_CB *Tcb,
149 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
166 IN TCP_CB *Tcb,
TcpOption.c 74 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
81 IN TCP_CB *Tcb
103 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
111 IN TCP_CB *Tcb,
183 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
191 IN TCP_CB *Tcb,
228 @param[in] Tcp Pointer to the TCP_CB of this TCP instance.
349 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
358 IN TCP_CB *Tcb,
TcpOutput.c 35 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
42 IN TCP_CB *Tcb
63 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
70 IN TCP_CB *Tcb
106 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
115 IN OUT TCP_CB *Tcb,
141 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
148 IN TCP_CB *Tcb
168 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
177 IN TCP_CB *Tcb,
    [all...]
TcpInput.c 21 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
30 IN TCP_CB *Tcb,
41 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
47 IN OUT TCP_CB *Tcb,
166 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
172 IN OUT TCP_CB *Tcb,
217 @param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
223 IN OUT TCP_CB *Tcb,
368 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
374 IN TCP_CB *Tcb,
    [all...]
TcpDispatcher.c 22 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
37 IN TCP_CB *Tcb,
60 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
71 IN TCP_CB *Tcb,
143 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
154 IN TCP_CB *Tcb,
299 @param[in, out] Tcb Pointer to the TCP_CB to be flushed.
304 IN OUT TCP_CB *Tcb
351 TCP_CB *Tcb;
364 Tcb = AllocateZeroPool (sizeof (TCP_CB));
    [all...]
TcpDriver.h 41 TCP_CB *TcpPcb;
TcpProto.h 236 typedef struct _TCP_CONTROL_BLOCK TCP_CB;
243 TCP_CB *Parent; ///< The parent TCP_CB structure

Completed in 88 milliseconds