TCP option field helper structure.  
 More...
TCP option field helper structure. 
Definition at line 72 of file tcp.h.
 
#include <tcp.h>
 | 
| uint8_t  | kind | 
|   | TCP options "Kind" field.  
  | 
|   | 
| uint8_t  | length | 
|   | TCP options "Length" field.  
  | 
|   | 
| uint8_t  | value [] | 
|   | TCP options "Value" field.  
  | 
|   | 
◆ kind
      
        
          | uint8_t tcp_hdr_opt_t::kind | 
        
      
 
TCP options "Kind" field. 
Definition at line 73 of file tcp.h.
 
 
◆ length
      
        
          | uint8_t tcp_hdr_opt_t::length | 
        
      
 
TCP options "Length" field. 
Definition at line 74 of file tcp.h.
 
 
◆ value
      
        
          | uint8_t tcp_hdr_opt_t::value[] | 
        
      
 
TCP options "Value" field. 
Definition at line 75 of file tcp.h.
 
 
The documentation for this struct was generated from the following file: