#include "internal/internal.h"
Functions | |
int | __snprintf_conntrack (char *buf, unsigned int len, const struct nf_conntrack *ct, unsigned int type, unsigned int msg_output, unsigned int flags, struct nfct_labelmap *map) |
Variables | |
const char *const | l3proto2str [AF_MAX] |
const char *const | proto2str [IPPROTO_MAX] |
const char *const | states [TCP_CONNTRACK_MAX] |
const char *const | sctp_states [SCTP_CONNTRACK_MAX] |
const char *const | dccp_states [DCCP_CONNTRACK_MAX] |
int __snprintf_conntrack | ( | char * | buf, |
unsigned int | len, | ||
const struct nf_conntrack * | ct, | ||
unsigned int | type, | ||
unsigned int | msg_output, | ||
unsigned int | flags, | ||
struct nfct_labelmap * | map | ||
) |
References __snprintf_conntrack_default(), __snprintf_conntrack_xml(), NFCT_O_DEFAULT, NFCT_O_XML, and size.
Referenced by nfct_snprintf(), and nfct_snprintf_labels().
const char* const dccp_states[DCCP_CONNTRACK_MAX] |
const char* const l3proto2str[AF_MAX] |
Referenced by __l3proto2str().
const char* const proto2str[IPPROTO_MAX] |
Referenced by __proto2str(), and __snprintf_protocol().
const char* const sctp_states[SCTP_CONNTRACK_MAX] |
const char* const states[TCP_CONNTRACK_MAX] |
Referenced by __snprintf_conntrack_xml().