Searched refs:msg_flags (Results 1 – 5 of 5) sorted by relevance
877 request->msg_flags = (u8_t)s32_value; in snmp_parse_inbound_frame()982 request->msg_flags = 0; /* noauthnopriv */ in snmp_parse_inbound_frame()991 request->msg_flags = 0; /* noauthnopriv */ in snmp_parse_inbound_frame()1029 request->msg_flags = SNMP_V3_NOAUTHNOPRIV; in snmp_parse_inbound_frame()1036 if (request->msg_flags & SNMP_V3_AUTH_FLAG) { in snmp_parse_inbound_frame()1044 request->msg_flags = SNMP_V3_NOAUTHNOPRIV; in snmp_parse_inbound_frame()1099 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_parse_inbound_frame()1114 request->msg_flags = SNMP_V3_AUTHNOPRIV; in snmp_parse_inbound_frame()1401 if (request->msg_flags & SNMP_V3_AUTH_FLAG) { in snmp_prepare_outbound_frame()1416 if (request->msg_flags & SNMP_V3_PRIV_FLAG) { in snmp_prepare_outbound_frame()[all …]
112 u8_t msg_flags; member
582 msg.msg_flags = 0; in test_sockets_msgapi_cmsg()623 msg.msg_flags = 0; in test_sockets_msgapi_cmsg()628 fail_unless(msg.msg_flags & MSG_CTRUNC); in test_sockets_msgapi_cmsg()
1193 msg->msg_flags = 0; in lwip_recvfrom_udp_raw()1213 msg->msg_flags |= MSG_CTRUNC; in lwip_recvfrom_udp_raw()1265 msg.msg_flags = 0; in lwip_recvfrom()1308 msg.msg_flags = 0; in lwip_readv()1356 message->msg_flags = 0; in lwip_recvmsg()1405 message->msg_flags |= MSG_TRUNC; in lwip_recvmsg()1485 LWIP_UNUSED_ARG(msg->msg_flags); in lwip_sendmsg()1802 msg.msg_flags = 0; in lwip_writev()
143 int msg_flags; member
Completed in 21 milliseconds