Home
last modified time | relevance | path

Searched refs:nfct_snprintf (Results 1 – 14 of 14) sorted by relevance

/external/libnetfilter_conntrack/utils/
Dconntrack_events.c15 nfct_snprintf(buf, sizeof(buf), ct, type, NFCT_O_XML, NFCT_OF_TIME | NFCT_OF_TIMESTAMP); in event_cb()
Dconntrack_dump.c14nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, NFCT_OF_SHOW_LAYER3 | NFCT_OF_… in cb()
Dconntrack_dump_filter.c14nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, NFCT_OF_SHOW_LAYER3 | NFCT_OF_… in cb()
Dctexp_events.c15 nfct_snprintf(buf, sizeof(buf), ct, type, NFCT_O_PLAIN, NFCT_OF_TIME); in ct_event_cb()
Dconntrack_get.c16 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, NFCT_OF_SHOW_LAYER3); in cb()
Dconntrack_filter.c17 nfct_snprintf(buf, sizeof(buf), ct, type, NFCT_O_PLAIN, NFCT_OF_TIME); in event_cb()
/external/libnetfilter_conntrack/qa/
Dtest_filter.c20 nfct_snprintf(buf, sizeof(buf), ct, type, NFCT_O_PLAIN, NFCT_OF_TIME); in event_cb()
/external/libnetfilter_conntrack/examples/
Dnfct-mnl-event.c33 nfct_snprintf(buf, sizeof(buf), ct, in data_cb()
Dnfct-mnl-dump.c21 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0); in data_cb()
Dnfct-mnl-get.c23 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0); in data_cb()
Dnfct-mnl-dump-labels.c34 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0); in data_cb()
Dnfct-mnl-set-label.c75 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0); in data_cb()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h408 extern int nfct_snprintf(char *buf,
/external/libnetfilter_conntrack/src/conntrack/
Dapi.c1076 int nfct_snprintf(char *buf, in nfct_snprintf() function