#include <object.h>
Data Fields | |
u_int16_t | all |
struct { | |
u_int16_t port | |
} | tcp |
struct { | |
u_int16_t port | |
} | udp |
struct { | |
u_int8_t type | |
u_int8_t code | |
} | icmp |
struct { | |
u_int16_t port | |
} | sctp |
struct { | |
u_int16_t port | |
} | dccp |
u_int16_t __nfct_l4_dst::all |
Referenced by __snprintf_proto(), and __snprintf_proto_xml().
u_int8_t __nfct_l4_dst::code |
Referenced by __snprintf_proto().
struct { ... } __nfct_l4_dst::dccp |
struct { ... } __nfct_l4_dst::icmp |
Referenced by __snprintf_proto().
u_int16_t __nfct_l4_dst::port |
Referenced by __snprintf_proto(), and __snprintf_proto_xml().
struct { ... } __nfct_l4_dst::sctp |
struct { ... } __nfct_l4_dst::tcp |
Referenced by __snprintf_proto(), and __snprintf_proto_xml().
u_int8_t __nfct_l4_dst::type |
Referenced by __snprintf_proto().
struct { ... } __nfct_l4_dst::udp |