Searched refs:bIsForRx (Results 1 – 2 of 2) sorted by relevance
66 bIsForRx : 1; /**< pdTRUE if segment is used for reception */ member
565 pxSegment->u.bits.bIsForRx = ( xIsForRx != 0 ) ? 1U : 0U; in xTCPWindowNew()