Home
last modified time | relevance | path

Searched refs:msgtype (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c157 uint8_t *msgtype) in dhcpv4_find_message_type_option() argument
172 *msgtype = *opt; in dhcpv4_find_message_type_option()
323 uint8_t msgtype) in dhcpv4_encode_message_type_option() argument
331 buf[2] = msgtype; in dhcpv4_encode_message_type_option()
1429 uint8_t msgtype; in dhcpv4_process_data() local
1456 ret = dhcpv4_find_message_type_option(data, datalen, &msgtype); in dhcpv4_process_data()
1464 switch (msgtype) { in dhcpv4_process_data()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c1084 uint8_t i, msgtype, pack_type, sigid, tid; in bt_avdtp_l2cap_recv() local
1093 msgtype = AVDTP_GET_MSG_TYPE(hdr->hdr); in bt_avdtp_l2cap_recv()
1097 LOG_DBG("pack_type[0x%02x] msg_type[0x%02x] sig_id[0x%02x] tid[0x%02x]", pack_type, msgtype, in bt_avdtp_l2cap_recv()
1126 if (msgtype != BT_AVDTP_CMD) { in bt_avdtp_l2cap_recv()
1142 handler[i].func(session, buf, msgtype, tid); in bt_avdtp_l2cap_recv()
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c248 static int send_request(enum coap_msgtype msgtype, enum coap_method method, in send_request() argument