Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/netfilter/
Dnf_conntrack_h323_asn1.h92 int DecodeQ931(unsigned char *buf, size_t sz, Q931 * q931);
/linux-6.6.21/net/netfilter/
Dnf_conntrack_h323_asn1.c871 int DecodeQ931(unsigned char *buf, size_t sz, Q931 *q931) in DecodeQ931() function
Dnf_conntrack_h323_main.c1112 ret = DecodeQ931(data, datalen, &q931); in q931_help()