#include <tcpseq.h>
class TTcpSeqNum |
Public Member Functions | |
---|---|
TTcpSeqNum() | |
TTcpSeqNum(TUint32) | |
TTcpSeqNum(const TTcpSeqNum &) | |
TBool | Inside(TTcpSeqNum, TTcpSeqNum) |
TBool | Outside(TTcpSeqNum, TTcpSeqNum) |
TUint32 | Uint32() |
TBool | operator!=(const TTcpSeqNum &) |
TTcpSeqNum | operator+(TInt) |
TTcpSeqNum & | operator++() |
TTcpSeqNum | operator++(TInt) |
TTcpSeqNum & | operator+=(TInt) |
TTcpSeqNum | operator-(TInt) |
TInt32 | operator-(const TTcpSeqNum &) |
TTcpSeqNum & | operator--() |
TTcpSeqNum | operator--(TInt) |
TTcpSeqNum & | operator-=(TInt) |
TBool | operator<(const TTcpSeqNum &) |
TBool | operator<=(const TTcpSeqNum &) |
TTcpSeqNum & | operator=(TUint32) |
TTcpSeqNum & | operator=(const TTcpSeqNum &) |
TBool | operator==(const TTcpSeqNum &) |
TBool | operator>(const TTcpSeqNum &) |
TBool | operator>=(const TTcpSeqNum &) |
TCP sequence number with mod-32 arithmetic.