Home
last modified time | relevance | path

Searched refs:msg_flags (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.c687 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 …]
A Dsnmp_msg.h122 u8_t msg_flags; member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h170 int msg_flags; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h161 int msg_flags; member
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c1222 LWIP_UNUSED_ARG(msg->msg_flags); in lwip_sendmsg()
1569 msg.msg_flags = 0; in lwip_writev()

Completed in 16 milliseconds