Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/netfilter/
Dnf_conntrack_h323_asn1.h92 int DecodeQ931(unsigned char *buf, size_t sz, Q931 * q931);
/linux-6.1.9/net/netfilter/
Dnf_conntrack_h323_asn1.c871 int DecodeQ931(unsigned char *buf, size_t sz, Q931 *q931) in DecodeQ931() argument
900 q931->MessageType = *p++; in DecodeQ931()
902 PRINT("MessageType = %02X\n", q931->MessageType); in DecodeQ931()
922 &q931->UUIE); in DecodeQ931()
Dnf_conntrack_h323_main.c1033 Q931 *q931) in process_q931() argument
1035 H323_UU_PDU *pdu = &q931->UUIE.h323_uu_pdu; in process_q931()
1091 static Q931 q931; in q931_help() local
1112 ret = DecodeQ931(data, datalen, &q931); in q931_help()
1123 &data, dataoff, &q931) < 0) in q931_help()