Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmpv3_priv.h52 #define SNMP_V3_PRIV_FLAG 0x02 macro
A Dsnmp_msg.c793 IF_PARSE_ASSERT(!(request->msg_flags & (SNMP_V3_AUTH_FLAG | SNMP_V3_PRIV_FLAG))); in snmp_parse_inbound_frame()
808 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_parse_inbound_frame()
1108 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_prepare_outbound_frame()
1126 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_prepare_outbound_frame()
1394 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()
1503 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_msg.c59 #define SNMP_V3_PRIV_FLAG 0x02 macro
64 #define SNMP_V3_AUTHPRIV (SNMP_V3_AUTH_FLAG | SNMP_V3_PRIV_FLAG)
971 switch (request->msg_flags & (SNMP_V3_AUTH_FLAG | SNMP_V3_PRIV_FLAG)) { in snmp_parse_inbound_frame()
1073 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_parse_inbound_frame()
1386 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_prepare_outbound_frame()
1404 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_prepare_outbound_frame()
1676 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()
1785 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()

Completed in 9 milliseconds