/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H 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
|
H A D | nd6.c | 293 u8_t msg_type; in nd6_input() local
|
/btstack/src/classic/ |
H A D | avdtp_util.h | 64 …8_t avdtp_header(uint8_t tr_label, avdtp_packet_type_t packet_type, avdtp_message_type_t msg_type){ in avdtp_header()
|
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H 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 1731 u8_t msg_type; in dhcp_recv() local
|
/btstack/src/mesh/ |
H A D | pb_gatt.c | 82 mesh_msg_type_t msg_type; in packet_handler() local
|
H A D | gatt_bearer.c | 75 static mesh_msg_type_t msg_type; variable
|
/btstack/3rd-party/lwip/core/src/apps/mqtt/ |
H A D | mqtt.c | 153 mqtt_msg_type_to_str(u8_t 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()
|
/btstack/src/mesh/gatt-service/ |
H A D | mesh_provisioning_service_server.c | 137 mesh_msg_type_t msg_type = buffer[0] & 0x3f; in mesh_provisioning_service_write_callback() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | opt.h | 3154 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument 3182 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) argument 3210 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
|
/btstack/3rd-party/lwip/dhcp-server/ |
H A D | dhserver.c | 159 uint8_t msg_type, in fill_options()
|