src/stack/tcp6/tcp6out.c File Reference

The file has functions which handle the transmission of TCP packets over the IPv6 network. More...


Functions

int TCP6Output (TCPPROT *pt)
void TCP6GenPacket (TCPPROT *pt, IP6N IPDst, uint PortDst, IP6N IPSrc, uint PortSrc, UINT32 ack, UINT32 seq, int flags)


Detailed Description

The file has functions which handle the transmission of TCP packets over the IPv6 network.

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

Function Documentation

void TCP6GenPacket ( TCPPROT *  pt,
IP6N  IPDst,
uint  PortDst,
IP6N  IPSrc,
uint  PortSrc,
UINT32  ack,
UINT32  seq,
int  flags 
)

Description
The function is the used to generate and tranmit TCP Control Packets is received over IPv6.

Parameters:
[in] pt TCP Protocol Information
[in] IPDst Destination IP Address to which the packet will be destined.
[in] PortDst Destination Port to which the packet will be sent.
[in] IPSrc Source IP Address
[in] PortSrc Source Port
[in] ack Acknowledgment Number
[in] seq Sequence Number
[in] flags Control flags to be added to the packet.
Return values:
Not Applicable.

int TCP6Output ( TCPPROT *  pt  ) 

Description
The function is called to transmit the TCP packet over IPv6

Parameters:
[in] pt Pointer to the TCP control block
Return values:
Not Applicable.


Copyright 2009, Texas Instruments Incorporated