Searched refs:msg_size (Results 1 – 13 of 13) sorted by relevance
| /subsys/net/lib/dns/ |
| A D | dns_pack.c | 123 dns_msg->msg_size - dns_msg->answer_offset); in dns_unpack_answer() 195 size = msg->msg_size; in dns_unpack_response_header() 281 uint16_t msg_size; in dns_msg_pack_query() local 286 if (msg_size + qname_len > size) { in dns_msg_pack_query() 335 remaining_size = dns_msg->msg_size - dns_msg->query_offset; in dns_unpack_response_query() 347 if (offset >= dns_msg->msg_size) { in dns_unpack_response_query() 365 if (offset >= dns_msg->msg_size) { in dns_unpack_response_query() 378 uint16_t msg_size = dns_msg->msg_size; in dns_copy_qname() local 386 if (pos >= msg_size) { in dns_copy_qname() 397 if (pos + 1 >= msg_size) { in dns_copy_qname() [all …]
|
| A D | dns_pack.h | 81 uint16_t msg_size; member 84 #define DNS_MSG_INIT(b, s) {.msg = b, .msg_size = s, \
|
| A D | dispatcher.c | 49 dns_msg.msg_size = data_len; in dns_dispatch() 52 if (dns_msg.msg_size < (sizeof(uint16_t) + sizeof(uint16_t))) { in dns_dispatch()
|
| A D | resolve.c | 1049 if (dns_msg->msg_size < (sizeof(*dns_id) + sizeof(uint16_t))) { in dns_validate_msg() 1266 ret = dns_unpack_name(dns_msg->msg, dns_msg->msg_size, pos, in dns_validate_msg() 1299 dns_msg->msg_size) { in dns_validate_msg() 1409 dns_msg.msg_size = data_len; in dns_read()
|
| A D | llmnr_responder.c | 454 dns_msg.msg_size = data_len; in dns_read()
|
| A D | mdns_responder.c | 507 dns_msg->msg_size, &filter, label, size, &n); in send_sd_response() 611 dns_msg.msg_size = data_len; in dns_read()
|
| /subsys/portability/cmsis_rtos_v2/ |
| A D | msgq.c | 27 osMessageQueueId_t osMessageQueueNew(uint32_t msg_count, uint32_t msg_size, in osMessageQueueNew() argument 39 if ((attr != NULL) && (attr->mq_size < msg_count * msg_size)) { in osMessageQueueNew() 57 __ASSERT((msg_count * msg_size) <= CONFIG_CMSIS_V2_MSGQ_MAX_DYNAMIC_SIZE, in osMessageQueueNew() 61 msgq->pool = k_calloc(msg_count, msg_size); in osMessageQueueNew() 80 k_msgq_init(&msgq->z_msgq, msgq->pool, msg_size, msg_count); in osMessageQueueNew() 187 return msgq->z_msgq.msg_size; in osMessageQueueGetMsgSize()
|
| /subsys/net/lib/dhcpv6/ |
| A D | dhcpv6.c | 443 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 448 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 453 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 458 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 463 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 468 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 473 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 486 msg_size += DHCPV6_OPTION_HEADER_SIZE; in dhcpv6_calculate_message_size() 487 msg_size += oro_cnt * sizeof(uint16_t); in dhcpv6_calculate_message_size() 490 return msg_size; in dhcpv6_calculate_message_size() [all …]
|
| /subsys/logging/backends/ |
| A D | log_multidomain_backend.c | 100 size_t msg_size = slen + 1 + msg_offset + in get_name_response() local 103 uint8_t msg_buf[msg_size]; in get_name_response() 123 err = backend_remote->transport_api->send(backend_remote, outmsg, msg_size); in get_name_response()
|
| /subsys/net/lib/ptp/ |
| A D | msg.c | 361 static const int msg_size[] = { in ptp_msg_post_recv() local 377 if (msg_size[type] > cnt) { in ptp_msg_post_recv() 431 tlv_len = msg_tlv_post_recv(msg, cnt - msg_size[type]); in ptp_msg_post_recv() 437 if (msg_size[type] + tlv_len != msg->header.msg_length) { in ptp_msg_post_recv()
|
| /subsys/logging/ |
| A D | log_multidomain_link.c | 93 struct log_multidomain_msg *msg, size_t msg_size) in getter_msg_process() argument 97 err = link_remote->transport_api->send(link_remote, msg, msg_size); in getter_msg_process()
|
| /subsys/tracing/test/ |
| A D | tracing_test.h | 299 sys_trace_k_msgq_alloc_init_enter(msgq, msg_size, max_msgs) 302 sys_trace_k_msgq_alloc_init_exit(msgq, msg_size, max_msgs, ret) 687 void sys_trace_k_msgq_alloc_init_enter(struct k_msgq *msgq, size_t msg_size, uint32_t max_msgs); 688 void sys_trace_k_msgq_alloc_init_exit(struct k_msgq *msgq, size_t msg_size, uint32_t max_msgs,
|
| /subsys/tracing/sysview/ |
| A D | SYSVIEW_Zephyr.txt | 64 59 k_msgq_init msgq=%I, buffer=%p, msg_size=%u, max_msgs=%us
|
Completed in 59 milliseconds