Home
last modified time | relevance | path

Searched refs:sctp_states (Results 1 – 3 of 3) sorted by relevance

/external/libnetfilter_conntrack/include/internal/
Dextern.h25 extern const char *const sctp_states[SCTP_CONNTRACK_MAX];
/external/libnetfilter_conntrack/src/conntrack/
Dsnprintf_default.c55 sctp_states[ct->protoinfo.sctp.state] : in __snprintf_protoinfo_sctp()
56 sctp_states[SCTP_CONNTRACK_NONE]); in __snprintf_protoinfo_sctp()
65 sctp_states[ct->protoinfo.dccp.state] : in __snprintf_protoinfo_dccp()
66 sctp_states[DCCP_CONNTRACK_NONE]); in __snprintf_protoinfo_dccp()
Dsnprintf.c42 const char *const sctp_states[SCTP_CONNTRACK_MAX] = { variable