37 #ifndef __STREAM_FLOW_H__ 38 #define __STREAM_FLOW_H__ 40 #if !defined(__NT_H__) 41 #error: My interface file is 'nt.h'. Please include that via #include "nt.h" directly. 74 #define __SIZEOF_NT_FLOW_ATTR 128 75 union __nt_flow_attr {
76 char __size[__SIZEOF_NT_FLOW_ATTR];
79 typedef union __nt_flow_attr NtFlowAttr_t;
108 uint8_t reserved_a:1;
112 uint8_t reserved_b:1;
114 uint8_t infoSuppress:1;
116 uint8_t reserved_c:7;
117 uint8_t reserved_d[5];
140 #define NT_FLOW_STAT_LDS 0x1 141 #define NT_FLOW_STAT_LFS 0x2 142 #define NT_FLOW_STAT_LIS 0x4 143 #define NT_FLOW_STAT_UDS 0x8 144 #define NT_FLOW_STAT_UIS 0x10 145 #define NT_FLOW_STAT_RDS 0x20 146 #define NT_FLOW_STAT_RIS 0x40 147 #define NT_FLOW_STAT_PDS 0x80 148 #define NT_FLOW_STAT_PIS 0x100