Searched refs:msg_flags (Results 1 – 5 of 5) sorted by relevance
687 request->msg_flags = (u8_t)s32_value; in snmp_parse_inbound_frame()768 if (request->msg_flags & SNMP_V3_AUTH_FLAG) { in snmp_parse_inbound_frame()793 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()1044 OF_BUILD_EXEC(snmp_asn1_enc_raw(pbuf_stream, &request->msg_flags, 1)); in snmp_prepare_outbound_frame()1093 if (request->msg_flags & SNMP_V3_AUTH_FLAG) { in snmp_prepare_outbound_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()[all …]
122 u8_t msg_flags; member
170 int msg_flags; member
161 int msg_flags; member
1222 LWIP_UNUSED_ARG(msg->msg_flags); in lwip_sendmsg()1569 msg.msg_flags = 0; in lwip_writev()
Completed in 16 milliseconds