FreeBSD kernel IPv4 code
tcp_debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tcp_debug
 

Macros

#define IP6_HDR_LEN   40 /* sizeof(struct ip6_hdr) */
 
#define td_ip6buf   td_ti6.ip6buf
 
#define TA_INPUT   0
 
#define TA_OUTPUT   1
 
#define TA_USER   2
 
#define TA_RESPOND   3
 
#define TA_DROP   4
 
#define TCP_NDEBUG   100
 

Macro Definition Documentation

◆ IP6_HDR_LEN

#define IP6_HDR_LEN   40 /* sizeof(struct ip6_hdr) */

Definition at line 50 of file tcp_debug.h.

◆ TA_DROP

#define TA_DROP   4

Definition at line 67 of file tcp_debug.h.

◆ TA_INPUT

#define TA_INPUT   0

Definition at line 63 of file tcp_debug.h.

◆ TA_OUTPUT

#define TA_OUTPUT   1

Definition at line 64 of file tcp_debug.h.

◆ TA_RESPOND

#define TA_RESPOND   3

Definition at line 66 of file tcp_debug.h.

◆ TA_USER

#define TA_USER   2

Definition at line 65 of file tcp_debug.h.

◆ TCP_NDEBUG

#define TCP_NDEBUG   100

Definition at line 74 of file tcp_debug.h.

◆ td_ip6buf

#define td_ip6buf   td_ti6.ip6buf

Definition at line 58 of file tcp_debug.h.