Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_asn1.h92 int DecodeQ931(unsigned char *buf, size_t sz, Q931 * q931);
/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c877 int DecodeQ931(unsigned char *buf, size_t sz, Q931 *q931) in DecodeQ931() argument
906 q931->MessageType = *p++; in DecodeQ931()
908 PRINT("MessageType = %02X\n", q931->MessageType); in DecodeQ931()
930 &q931->UUIE); in DecodeQ931()
H A Dnf_conntrack_h323_main.c1034 Q931 *q931) in process_q931() argument
1036 H323_UU_PDU *pdu = &q931->UUIE.h323_uu_pdu; in process_q931()
1092 static Q931 q931; in q931_help() local
1113 ret = DecodeQ931(data, datalen, &q931); in q931_help()
1124 &data, dataoff, &q931) < 0) in q931_help()