Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/dhcpv4/client/src/
Dmain.c503 enum net_dhcpv4_msg_type msg_type, in option_domain_cb()
520 enum net_dhcpv4_msg_type msg_type, in option_pop3_cb()
542 enum net_dhcpv4_msg_type msg_type, in option_invalid_cb()
553 enum net_dhcpv4_msg_type msg_type, in vendor_specific_string_cb()
570 enum net_dhcpv4_msg_type msg_type, in vendor_specific_byte_cb()
585 enum net_dhcpv4_msg_type msg_type, in vendor_specific_empty_cb()
/Zephyr-latest/tests/net/socket/websocket/src/
Dmain.c50 uint32_t *msg_type, uint64_t *remaining, in test_recv_buf()
106 uint32_t msg_type = -1; in test_recv() local
228 uint32_t msg_type = -1; in ZTEST() local
249 uint32_t msg_type = -1; in test_recv_2() local
295 uint32_t msg_type = -1; in verify_sent_and_received_msg() local
429 uint32_t msg_type = -1; in ZTEST() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c222 static struct net_buf *avdtp_create_reply_pdu(uint8_t msg_type, uint8_t pkt_type, uint8_t sig_id, in avdtp_create_reply_pdu()
245 static void avdtp_set_status(struct bt_avdtp_req *req, struct net_buf *buf, uint8_t msg_type) in avdtp_set_status()
263 static void avdtp_discover_handler(struct bt_avdtp *session, struct net_buf *buf, uint8_t msg_type, in avdtp_discover_handler()
356 uint8_t msg_type, uint8_t tid) in avdtp_get_capabilities_handler()
423 uint8_t msg_type, uint8_t tid, bool reconfig) in avdtp_process_configuration()
530 uint8_t msg_type, uint8_t tid) in avdtp_set_configuration_handler()
536 uint8_t msg_type, uint8_t tid) in avdtp_get_configuration_handler()
558 uint8_t msg_type, uint8_t tid) in avdtp_re_configure_handler()
563 static void avdtp_open_handler(struct bt_avdtp *session, struct net_buf *buf, uint8_t msg_type, in avdtp_open_handler()
637 static void avdtp_start_handler(struct bt_avdtp *session, struct net_buf *buf, uint8_t msg_type, in avdtp_start_handler()
[all …]
Drfcomm.c1315 uint8_t msg_type, len, cr; in rfcomm_handle_msg() local
/Zephyr-latest/samples/net/dhcpv4_client/src/
Dmain.c77 enum net_dhcpv4_msg_type msg_type, in option_handler()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h38 uint8_t msg_type; member
/Zephyr-latest/tests/boards/espressif/ethernet/src/
Dmain.c71 enum net_dhcpv4_msg_type msg_type, struct net_if *iface) in option_handler()
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_prl.h50 uint8_t msg_type; member
Dusbc_prl.c1172 uint8_t msg_type; in prl_rx_wait_for_phy_message() local
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c888 enum net_dhcpv4_msg_type *msg_type, int length) in dhcpv4_parse_option_vendor()
955 enum net_dhcpv4_msg_type *msg_type) in dhcpv4_parse_options()
1426 enum net_dhcpv4_msg_type msg_type, in dhcpv4_handle_reply()
1457 enum net_dhcpv4_msg_type msg_type = 0; in net_dhcpv4_input() local
1666 const char *net_dhcpv4_msg_type_name(enum net_dhcpv4_msg_type msg_type) in net_dhcpv4_msg_type_name()
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c128 struct net_if *iface, enum dhcpv6_msg_type msg_type, in test_dhcpv6_create_message()
255 enum dhcpv6_msg_type msg_type) in verify_dhcpv6_header()
590 enum dhcpv6_msg_type msg_type) in set_generic_client_options()
645 enum dhcpv6_msg_type msg_type) in set_advertise_options()
747 enum dhcpv6_msg_type msg_type) in set_reply_options()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c126 enum msg_type { enum
214 uint8_t msg_type; /* Message type. */ member
519 static int send_control_message(struct backend_data *dev_data, enum msg_type msg_type, in send_control_message()
554 enum msg_type msg_type, uint8_t ept_addr) in send_release()
580 static int send_block(struct backend_data *dev_data, enum msg_type msg_type, in send_block()
/Zephyr-latest/include/zephyr/net/
Dgptp.h118 #define GPTP_IS_EVENT_MSG(msg_type) (!((msg_type) & BIT(3))) argument
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c571 enum dhcpv6_msg_type msg_type, in dhcpv6_create_message()
1794 uint8_t msg_type; in dhcpv6_input() local
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32.c554 enum ucpd_tx_msg msg_type) in ucpd_start_transmit()
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c108 uint32_t msg_type; /* Either LL_I3C_CONTROLLER_MTYPE_PRIVATE or member