src/stack/tcp6/tcp6.c File Reference

The file has generic functions used by the TCP6 Module. More...


Functions

void TCP6TimeoutAdd (TCPPROT *pt)
void TCP6TimeoutRemove (TCPPROT *pt)
void TCP6TimeoutCheck ()


Detailed Description

The file has generic functions used by the TCP6 Module.

NOTE: (C) Copyright 2008, Texas Instruments, Inc.

Function Documentation

void TCP6TimeoutAdd ( TCPPROT *  pt  ) 

Description
The function adds the TCP6 Protocol object to the timeout list

Parameters:
[in] pt The TCP Protocl object to be added to the timeout list.
Return values:
Not Applicable.

void TCP6TimeoutCheck (  ) 

Description
The function scan the timeout list for TCP timeouts

Return values:
Not Applicable.

void TCP6TimeoutRemove ( TCPPROT *  pt  ) 

Description
The function removes the TCP6 Protocol object to the timeout list

Parameters:
[in] pt The TCP Protocl object to be removed from the timeout list.
Return values:
Not Applicable.


Copyright 2009, Texas Instruments Incorporated