Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_asn1.h92 int DecodeQ931(unsigned char *buf, size_t sz, Q931 * q931);
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c875 int DecodeQ931(unsigned char *buf, size_t sz, Q931 *q931) in DecodeQ931() argument
904 q931->MessageType = *p++; in DecodeQ931()
906 PRINT("MessageType = %02X\n", q931->MessageType); in DecodeQ931()
926 &q931->UUIE); in DecodeQ931()
H A 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()