RTEMS CPU Kit with SuperCore
4.11.3
|
#include <netinet/tcp.h>
Go to the source code of this file.
Data Structures | |
struct | tcpstat |
Macros | |
#define | TCP_RTT_SCALE 32 /* multiplier for srtt; 3 bits frac. */ |
#define | TCP_RTT_SHIFT 5 /* shift for srtt; 3 bits frac. */ |
#define | TCP_RTTVAR_SCALE 16 /* multiplier for rttvar; 2 bits */ |
#define | TCP_RTTVAR_SHIFT 4 /* shift for rttvar; 2 bits */ |
#define | TCP_DELTA_SHIFT 2 /* see tcp_input.c */ |
#define | TCP_REXMTVAL(tp) |
#define | REASS_MBUF(ti) (*(struct mbuf **)&((ti)->ti_t)) |
#define | TCPCTL_DO_RFC1323 1 /* use RFC-1323 extensions */ |
#define | TCPCTL_DO_RFC1644 2 /* use RFC-1644 extensions */ |
#define | TCPCTL_MSSDFLT 3 /* MSS default */ |
#define | TCPCTL_STATS 4 /* statistics (read-only) */ |
#define | TCPCTL_RTTDFLT 5 /* default RTT estimate */ |
#define | TCPCTL_KEEPIDLE 6 /* keepalive idle timer */ |
#define | TCPCTL_KEEPINTVL 7 /* interval to send keepalives */ |
#define | TCPCTL_SENDSPACE 8 /* send buffer space */ |
#define | TCPCTL_RECVSPACE 9 /* receive buffer space */ |
#define | TCPCTL_KEEPINIT 10 /* timeout for establishing syn */ |
#define | TCPCTL_PCBLIST 11 /* list of all outstanding PCBs */ |
#define | TCPCTL_MAXID 12 |
#define | TCPCTL_NAMES |
#define TCP_REXMTVAL | ( | tp | ) |
#define TCPCTL_NAMES |