Searched refs:ASN1_APL (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_snmp_basic.c | 89 #define ASN1_APL 1 /* Application */ macro 641 {ASN1_APL, SNMP_IPA, SNMP_IPADDR}, 642 {ASN1_APL, SNMP_CNT, SNMP_COUNTER}, /* Counter32 */ 643 {ASN1_APL, SNMP_GGE, SNMP_GAUGE}, /* Gauge32 == Unsigned32 */ 644 {ASN1_APL, SNMP_TIT, SNMP_TIMETICKS}, 645 {ASN1_APL, SNMP_OPQ, SNMP_OPAQUE}, 649 {ASN1_APL, SNMP_C64, SNMP_COUNTER64}, 971 if (!((cls == ASN1_APL && con == ASN1_PRI && tag == SNMP_IPA) || in snmp_trap_decode() 1005 if (!((cls == ASN1_APL && con == ASN1_PRI && tag == SNMP_TIT) || in snmp_trap_decode()
|