Lines Matching refs:msg_flags
851 request->msg_flags = (u8_t)s32_value;
956 request->msg_flags = 0; /* noauthnopriv */
965 request->msg_flags = 0; /* noauthnopriv */
971 switch (request->msg_flags & (SNMP_V3_AUTH_FLAG | SNMP_V3_PRIV_FLAG)) {
976 request->msg_flags = SNMP_V3_NOAUTHNOPRIV;
986 request->msg_flags = SNMP_V3_NOAUTHNOPRIV;
995 request->msg_flags = SNMP_V3_NOAUTHNOPRIV;
1003 request->msg_flags = SNMP_V3_NOAUTHNOPRIV;
1010 if (request->msg_flags & SNMP_V3_AUTH_FLAG) {
1018 request->msg_flags = SNMP_V3_NOAUTHNOPRIV;
1037 request->msg_flags = SNMP_V3_NOAUTHNOPRIV;
1047 request->msg_flags = SNMP_V3_AUTHNOPRIV;
1056 request->msg_flags = SNMP_V3_AUTHNOPRIV;
1062 request->msg_flags = SNMP_V3_AUTHNOPRIV;
1073 if (request->msg_flags & SNMP_V3_PRIV_FLAG) {
1088 request->msg_flags = SNMP_V3_AUTHNOPRIV;
1322 OF_BUILD_EXEC(snmp_asn1_enc_raw(pbuf_stream, &request->msg_flags, 1));
1371 if (request->msg_flags & SNMP_V3_AUTH_FLAG) {
1386 if (request->msg_flags & SNMP_V3_PRIV_FLAG) {
1404 if (request->msg_flags & SNMP_V3_PRIV_FLAG) {
1676 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) {
1785 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) {
1803 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_AUTH_FLAG)) {