Searched refs:msg_type (Results 1 – 7 of 7) sorted by relevance
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | dhcp6.c | 74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument 77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset)… argument 703 u8_t msg_type; in dhcp6_recv() local 746 msg_type = reply_msg->msgtype; in dhcp6_recv() 748 if (msg_type == DHCP6_REPLY) { in dhcp6_recv()
|
| A D | nd6.c | 304 u8_t msg_type; in nd6_input() local 310 msg_type = *((u8_t *)p->payload); in nd6_input() 311 switch (msg_type) { in nd6_input()
|
| /lib/lwip/lwip/src/apps/mqtt/ |
| A D | mqtt.c | 153 mqtt_msg_type_to_str(u8_t msg_type) in mqtt_msg_type_to_str() argument 155 if (msg_type >= LWIP_ARRAYSIZE(mqtt_message_type_str)) { in mqtt_msg_type_to_str() 156 msg_type = 0; in mqtt_msg_type_to_str() 158 return mqtt_message_type_str[msg_type]; in mqtt_msg_type_to_str() 494 mqtt_output_append_fixed_header(struct mqtt_ringbuf_t *rb, u8_t msg_type, u8_t fdup, in mqtt_output_append_fixed_header() argument 498 …mqtt_output_append_u8(rb, (((msg_type & 0x0f) << 4) | ((fdup & 1) << 3) | ((fqos & 3) << 1) | (fre… in mqtt_output_append_fixed_header()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 3165 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument 3193 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) argument 3221 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | dhcp.c | 90 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument 93 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) d… argument 1767 u8_t msg_type; in dhcp_recv() local 1829 msg_type = (u8_t)dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_MSG_TYPE); in dhcp_recv() 1831 if (msg_type == DHCP_ACK) { in dhcp_recv() 1858 else if ((msg_type == DHCP_NAK) && in dhcp_recv() 1865 else if ((msg_type == DHCP_OFFER) && (dhcp->state == DHCP_STATE_SELECTING)) { in dhcp_recv()
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | udp_proxy.c | 307 static const char *msg_type(unsigned char *msg, size_t len) in msg_type() function 685 cur.type = msg_type(cur.buf, cur.len); in handle_message()
|
| /lib/mbedtls/external/mbedtls/tests/src/test_helpers/ |
| A D | ssl_helpers.c | 1852 int msg_type, ret = -1; in mbedtls_test_ssl_exchange_data() local 1857 for (msg_type = 0; msg_type < 2; msg_type++) { in mbedtls_test_ssl_exchange_data() 1865 if (msg_type == 0) { in mbedtls_test_ssl_exchange_data()
|
Completed in 31 milliseconds