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