XgTcpSocket


Data Structures

struct  tcp_socket
 TCP socket information structure. More...

Defines

#define SO_FIN   0x01
 Socket transmit flag. Send FIN after all data has been transmitted.
#define SO_SYN   0x02
 Socket transmit flag. Send SYN first.
#define SO_FORCE   0x08
 Socket transmit flag. Force sending ACK.
#define SO_ACK   0x10
 Socket transmit flag. Send ACK.

Typedefs

typedef struct tcp_socket TCPSOCKET
 TCP socket type.

Define Documentation

#define SO_ACK   0x10

Socket transmit flag. Send ACK.

Definition at line 245 of file sock_var.h.

#define SO_FIN   0x01

Socket transmit flag. Send FIN after all data has been transmitted.

Definition at line 242 of file sock_var.h.

#define SO_FORCE   0x08

Socket transmit flag. Force sending ACK.

Definition at line 244 of file sock_var.h.

#define SO_SYN   0x02

Socket transmit flag. Send SYN first.

Definition at line 243 of file sock_var.h.


Typedef Documentation

typedef struct tcp_socket TCPSOCKET

TCP socket type.

Definition at line 173 of file sock_var.h.


Generated on Sun Aug 31 13:31:34 2008 for FrankenRTOS by  doxygen 1.5.6