OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNMP_ASN1_UNIV
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/lwip/src/core/snmp/
msg_out.c
435
case (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG):
445
case (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR):
446
case (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_NUL):
451
case (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_OBJ_ID):
492
snmp_asn1_enc_type(p, ofs, (
SNMP_ASN1_UNIV
| SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ));
497
snmp_asn1_enc_type(p, ofs, (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG));
504
snmp_asn1_enc_type(p, ofs, (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR));
516
snmp_asn1_enc_type(p, ofs, (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG));
523
snmp_asn1_enc_type(p, ofs, (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG));
530
snmp_asn1_enc_type(p, ofs, (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG))
[
all
...]
mib2.c
[
all
...]
msg_in.c
916
(type != (
SNMP_ASN1_UNIV
| SNMP_ASN1_CONSTR | SNMP_ASN1_SEQ)))
924
if ((derr != ERR_OK) || (type != (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG)))
946
if ((derr != ERR_OK) || (type != (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_OC_STR)))
1024
if ((derr != ERR_OK) || (type != (
SNMP_ASN1_UNIV
| SNMP_ASN1_PRIMIT | SNMP_ASN1_INTEG)))
[
all
...]
/external/syslinux/core/lwip/src/include/lwip/
snmp_asn1.h
49
#define
SNMP_ASN1_UNIV
(0) /* (!0x80 | !0x40) */
Completed in 45 milliseconds