Searched refs:msg_flags (Results 1 – 4 of 4) sorted by relevance
875 request->msg_flags = (u8_t)s32_value; in snmp_parse_inbound_frame()980 request->msg_flags = 0; /* noauthnopriv */ in snmp_parse_inbound_frame()989 request->msg_flags = 0; /* noauthnopriv */ in snmp_parse_inbound_frame()995 switch (request->msg_flags & (SNMP_V3_AUTH_FLAG | SNMP_V3_PRIV_FLAG)) { in snmp_parse_inbound_frame()1000 request->msg_flags = SNMP_V3_NOAUTHNOPRIV; in snmp_parse_inbound_frame()1010 request->msg_flags = SNMP_V3_NOAUTHNOPRIV; in snmp_parse_inbound_frame()1019 request->msg_flags = SNMP_V3_NOAUTHNOPRIV; in snmp_parse_inbound_frame()1027 request->msg_flags = SNMP_V3_NOAUTHNOPRIV; in snmp_parse_inbound_frame()1034 if (request->msg_flags & SNMP_V3_AUTH_FLAG) { in snmp_parse_inbound_frame()1042 request->msg_flags = SNMP_V3_NOAUTHNOPRIV; in snmp_parse_inbound_frame()[all …]
112 u8_t msg_flags; member
1149 msg->msg_flags = 0; in lwip_recvfrom_udp_raw()1169 msg->msg_flags |= MSG_CTRUNC; in lwip_recvfrom_udp_raw()1221 msg.msg_flags = 0; in lwip_recvfrom()1264 msg.msg_flags = 0; in lwip_readv()1312 message->msg_flags = 0; in lwip_recvmsg()1361 message->msg_flags |= MSG_TRUNC; in lwip_recvmsg()1441 LWIP_UNUSED_ARG(msg->msg_flags); in lwip_sendmsg()1758 msg.msg_flags = 0; in lwip_writev()
138 int msg_flags; member