Searched refs:ASN1_APL (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c92 #define ASN1_APL 1 /* Application */ macro
638 {ASN1_APL, SNMP_IPA, SNMP_IPADDR},
639 {ASN1_APL, SNMP_CNT, SNMP_COUNTER}, /* Counter32 */
640 {ASN1_APL, SNMP_GGE, SNMP_GAUGE}, /* Gauge32 == Unsigned32 */
641 {ASN1_APL, SNMP_TIT, SNMP_TIMETICKS},
642 {ASN1_APL, SNMP_OPQ, SNMP_OPAQUE},
646 {ASN1_APL, SNMP_C64, SNMP_COUNTER64},
943 if (!((cls == ASN1_APL && con == ASN1_PRI && tag == SNMP_IPA) || snmp_trap_decode()
977 if (!((cls == ASN1_APL && con == ASN1_PRI && tag == SNMP_TIT) || snmp_trap_decode()
/linux-4.4.14/fs/cifs/
H A Dasn1.c38 #define ASN1_APL 1 /* Application */ macro
511 } else if ((cls != ASN1_APL) || (con != ASN1_CON) decode_negTokenInit()

Completed in 113 milliseconds