Searched refs:msgtype (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_server.c | 157 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() 1437 uint8_t msgtype; in dhcpv4_process_data() local 1464 ret = dhcpv4_find_message_type_option(data, datalen, &msgtype); in dhcpv4_process_data() 1472 switch (msgtype) { in dhcpv4_process_data()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 1149 uint8_t msgtype, pack_type, sigid, tid; in bt_avdtp_l2cap_recv() local 1160 msgtype = AVDTP_GET_MSG_TYPE(hdr->hdr); in bt_avdtp_l2cap_recv() 1164 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() 1182 if (msgtype == BT_AVDTP_CMD) { in bt_avdtp_l2cap_recv() 1205 rsp_handler[sigid - 1U](session, buf, msgtype); in bt_avdtp_l2cap_recv()
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 248 static int send_request(enum coap_msgtype msgtype, enum coap_method method, in send_request() argument
|