Provides TCP header and helper functions.  
More...
Provides TCP header and helper functions. 
 | 
| file   | tcp.h | 
|   | TCP header and helper functions. 
  | 
|   | 
◆ TCP_HDR_OFFSET_MIN
      
        
          | #define TCP_HDR_OFFSET_MIN   (0x05) | 
        
      
 
TCP offset value boundaries. 
Header offset minimum value 
Definition at line 34 of file tcp.h.
 
 
◆ TCP_OPTION_KIND_EOL
      
        
          | #define TCP_OPTION_KIND_EOL   (0x00) | 
        
      
 
TCP Option "Kind"-field defines. 
"End of List"-Option 
Definition at line 42 of file tcp.h.
 
 
◆ TCP_OPTION_LENGTH_MIN
      
        
          | #define TCP_OPTION_LENGTH_MIN   (2U) | 
        
      
 
TCP option "length"-field values. 
Minimum option field size in bytes 
Definition at line 51 of file tcp.h.
 
 
◆ tcp_hdr_print()
Print the given TCP header to STDOUT. 
- Parameters
 - 
  
    | [in] | hdr | TCP header to print  |