File nut/net/tcputil.c


Included Files


Preprocessor definitions

#define min( a, b )

#define max( a, b )


Global Function IsInLimits()

int IsInLimits ( u_long x, u_long low, u_long high )
Prototyped in: nut/include/netinet/tcputil.h
Called by: NutTcpStateSynReceived() nut/net/tcpsm.c
  NutTcpStateSynSent() nut/net/tcpsm.c

Global Function NutTcpCalcRtt()

void NutTcpCalcRtt ( TCPSOCKET* sock )
Prototyped in: nut/include/netinet/tcputil.h
Calls: NutGetMillis() nut/os/timer.c
Called by: NutTcpProcessAck() nut/net/tcpsm.c