FreeBSD kernel IPv4 code
syncookie Union Reference

#include <tcp_syncache.h>

Data Fields

uint8_t cookie
 
struct {
   uint8_t   odd_even:1
 
   uint8_t   sack_ok:1
 
   uint8_t   wscale_idx:3
 
   uint8_t   mss_idx:3
 
flags
 

Detailed Description

Definition at line 144 of file tcp_syncache.h.

Field Documentation

◆ cookie

uint8_t syncookie::cookie

Definition at line 145 of file tcp_syncache.h.

◆ 

struct { ... } syncookie::flags

◆ mss_idx

uint8_t syncookie::mss_idx

Definition at line 150 of file tcp_syncache.h.

◆ odd_even

uint8_t syncookie::odd_even

Definition at line 147 of file tcp_syncache.h.

◆ sack_ok

uint8_t syncookie::sack_ok

Definition at line 148 of file tcp_syncache.h.

◆ wscale_idx

uint8_t syncookie::wscale_idx

Definition at line 149 of file tcp_syncache.h.


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