Lines Matching refs:uint32_t

52     uint32_t ulSequenceNumber; /**< The sequence number of the first byte in this packet */
61 uint32_t
68 uint32_t ulFlags;
79 uint32_t ulRxWindowLength; /**< The TCP window size of the incoming stream. */
80 uint32_t ulTxWindowLength; /**< The TCP window size of the outgoing stream. */
101 uint32_t
106 uint32_t ulFlags;
111uint32_t ulFirstSequenceNumber; /**< Logging & debug: the first…
114uint32_t ulCurrentSequenceNumber; /**< Tx/Rx: the oldest sequence…
116uint32_t ulFINSequenceNumber; /**< The sequence number which …
117uint32_t ulHighestSequenceNumber; /**< Sequence number of the rig…
120uint32_t ulOurSequenceNumber; /**< The SEQ number we're s…
121uint32_t ulUserDataLength; /**< Number of bytes in Rx …
122uint32_t ulNextTxSequenceNumber; /**< The sequence number gi…
130uint32_t ulOptionsData[ ipSIZE_TCP_OPTIONS / sizeof( uint32_t ) ]; /**< Contains the options we se…
152 uint32_t ulRxWindowLength,
153 uint32_t ulTxWindowLength,
154 uint32_t ulAckNumber,
155 uint32_t ulSequenceNumber,
156 uint32_t ulMSS );
164 uint32_t ulAckNumber,
165 uint32_t ulSequenceNumber,
166 uint32_t ulMSS );
180 uint32_t ulSequenceNumber,
181 uint32_t ulLength,
182 uint32_t ulSpace,
183 uint32_t * pulSkipCount );
197 uint32_t ulLength,
203 uint32_t ulWindowSize,
213 uint32_t ulTCPWindowTxGet( TCPWindow_t * pxWindow,
214 uint32_t ulWindowSize,
218 uint32_t ulTCPWindowTxAck( TCPWindow_t * pxWindow,
219 uint32_t ulSequenceNumber );
222 uint32_t ulTCPWindowTxSack( TCPWindow_t * pxWindow,
223 uint32_t ulFirst,
224 uint32_t ulLast );
236 BaseType_t xSequenceGreaterThan( uint32_t a,
237 uint32_t b );
249 BaseType_t xSequenceLessThan( uint32_t a,
250 uint32_t b );