#include <object.h>
Data Fields | |
struct { | |
u_int8_t state | |
struct { | |
u_int8_t value | |
u_int8_t mask | |
} flags [__DIR_MAX] | |
u_int8_t wscale [__DIR_MAX] | |
} | tcp |
struct { | |
u_int8_t state | |
u_int32_t vtag [__DIR_MAX] | |
} | sctp |
struct { | |
u_int8_t state | |
u_int8_t role | |
u_int64_t handshake_seq | |
} | dccp |
struct { ... } __nfct_protoinfo::dccp |
Referenced by __snprintf_conntrack_xml().
struct { ... } __nfct_protoinfo::flags[__DIR_MAX] |
u_int64_t __nfct_protoinfo::handshake_seq |
u_int8_t __nfct_protoinfo::mask |
u_int8_t __nfct_protoinfo::role |
struct { ... } __nfct_protoinfo::sctp |
Referenced by __snprintf_conntrack_xml().
u_int8_t __nfct_protoinfo::state |
Referenced by __snprintf_conntrack_xml().
struct { ... } __nfct_protoinfo::tcp |
Referenced by __snprintf_conntrack_xml().
u_int8_t __nfct_protoinfo::value |
u_int32_t __nfct_protoinfo::vtag[__DIR_MAX] |
u_int8_t __nfct_protoinfo::wscale[__DIR_MAX] |