FreeBSD kernel IPv4 code
tcp_debug Struct Reference

#include <tcp_debug.h>

Collaboration diagram for tcp_debug:

Data Fields

uint32_t td_time
 
short td_act
 
short td_ostate
 
caddr_t td_tcb
 
int td_family
 
struct tcpiphdr td_ti
 
struct {
   u_char   ip6buf [IP6_HDR_LEN]
 
   struct tcphdr   th
 
td_ti6
 
short td_req
 
struct tcpcb td_cb
 

Detailed Description

Definition at line 38 of file tcp_debug.h.

Field Documentation

◆ ip6buf

u_char tcp_debug::ip6buf[IP6_HDR_LEN]

Definition at line 54 of file tcp_debug.h.

◆ td_act

short tcp_debug::td_act

Definition at line 40 of file tcp_debug.h.

Referenced by tcp_trace().

◆ td_cb

struct tcpcb tcp_debug::td_cb

Definition at line 60 of file tcp_debug.h.

Referenced by tcp_trace().

◆ td_family

int tcp_debug::td_family

Definition at line 43 of file tcp_debug.h.

Referenced by tcp_trace().

◆ td_ostate

short tcp_debug::td_ostate

Definition at line 41 of file tcp_debug.h.

Referenced by tcp_trace().

◆ td_req

short tcp_debug::td_req

Definition at line 59 of file tcp_debug.h.

Referenced by tcp_trace().

◆ td_tcb

caddr_t tcp_debug::td_tcb

Definition at line 42 of file tcp_debug.h.

Referenced by tcp_trace().

◆ td_ti

struct tcpiphdr tcp_debug::td_ti

Definition at line 48 of file tcp_debug.h.

Referenced by tcp_trace().

◆ 

struct { ... } tcp_debug::td_ti6

Referenced by tcp_trace().

◆ td_time

uint32_t tcp_debug::td_time

Definition at line 39 of file tcp_debug.h.

Referenced by tcp_trace().

◆ th

struct tcphdr tcp_debug::th

Definition at line 56 of file tcp_debug.h.

Referenced by tcp_trace().


The documentation for this struct was generated from the following file: