Searched refs:SNMP_V3_PRIV_FLAG (Results 1 – 1 of 1) sorted by relevance
59 #define SNMP_V3_PRIV_FLAG 0x02 macro64 #define SNMP_V3_AUTHPRIV (SNMP_V3_AUTH_FLAG | SNMP_V3_PRIV_FLAG)997 switch (request->msg_flags & (SNMP_V3_AUTH_FLAG | SNMP_V3_PRIV_FLAG)) { in snmp_parse_inbound_frame()1099 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_parse_inbound_frame()1416 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_prepare_outbound_frame()1434 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_prepare_outbound_frame()1706 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()1815 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()
Completed in 8 milliseconds