Home
last modified time | relevance | path

Searched defs:msg_type (Results 1 – 10 of 10) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Ddhcp6.c74 #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 Dnd6.c293 u8_t msg_type; in nd6_input() local
/btstack/src/classic/
H A Davdtp_util.h64 …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 Ddhcp.c90 #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 Dpb_gatt.c82 mesh_msg_type_t msg_type; in packet_handler() local
H A Dgatt_bearer.c75 static mesh_msg_type_t msg_type; variable
/btstack/3rd-party/lwip/core/src/apps/mqtt/
H A Dmqtt.c153 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 Dmesh_provisioning_service_server.c137 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 Dopt.h3154 #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 Ddhserver.c159 uint8_t msg_type, in fill_options()