Home
last modified time | relevance | path

Searched refs:NFCT_O_DEFAULT (Results 1 – 16 of 16) sorted by relevance

/external/libnetfilter_conntrack/src/expect/
Dsnprintf.c22 case NFCT_O_DEFAULT: in __snprintf_expect()
/external/libnetfilter_conntrack/utils/
Dexpect_dump.c14 nfexp_snprintf(buf, 1024, exp, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0); in cb()
Dconntrack_dump.c14 …nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, NFCT_OF_SHOW_LAYER3 | NFCT_OF_… in cb()
Dconntrack_dump_filter.c14 …nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, NFCT_OF_SHOW_LAYER3 | NFCT_OF_… in cb()
Dctexp_events.c29 nfexp_snprintf(buf, 1024, exp, type, NFCT_O_DEFAULT, 0); in exp_event_cb()
Dconntrack_get.c16 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, NFCT_OF_SHOW_LAYER3); in cb()
Dexpect_get.c15 nfexp_snprintf(buf, 1024, exp, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0); in cb()
/external/libnetfilter_conntrack/examples/
Dnfct-mnl-event.c34 type, NFCT_O_DEFAULT, 0); in data_cb()
Dnfexp-mnl-event.c34 type, NFCT_O_DEFAULT, 0); in data_cb()
Dnfct-mnl-dump.c21 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0); in data_cb()
Dnfexp-mnl-dump.c25 nfexp_snprintf(buf, sizeof(buf), exp, type, 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/src/conntrack/
Dsnprintf.c77 case NFCT_O_DEFAULT: in __snprintf_conntrack()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h388 NFCT_O_DEFAULT = NFCT_O_PLAIN, enumerator