Home
last modified time | relevance | path

Searched refs:tot_len (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_elf.c541 int tot_len = 0; in esp_core_dump_do_write_elf_pass() local
549 tot_len += data_sz; in esp_core_dump_do_write_elf_pass()
553 tot_len += data_sz; in esp_core_dump_do_write_elf_pass()
558 tot_len += data_sz; in esp_core_dump_do_write_elf_pass()
564 tot_len += data_sz; in esp_core_dump_do_write_elf_pass()
566 return tot_len; in esp_core_dump_do_write_elf_pass()
574 int tot_len = sizeof(dump_hdr); in esp_core_dump_write_elf() local
586 tot_len += ret; in esp_core_dump_write_elf()
587 ESP_COREDUMP_LOG_PROCESS("Core dump tot_len=%lu", tot_len); in esp_core_dump_write_elf()
588 ESP_COREDUMP_LOG_PROCESS("============== Data size = %d bytes ============", tot_len); in esp_core_dump_write_elf()
[all …]
/hal_espressif-3.6.0/components/lwip/apps/dhcpserver/
Ddhcpserver.c499 DHCPS_LOG("dhcps: send_offer>>p->tot_len = %d\n", p->tot_len); in send_offer()
577 DHCPS_LOG("dhcps: send_nak>>p->tot_len = %d\n", p->tot_len); in send_nak()
654 DHCPS_LOG("dhcps: send_ack>>p->tot_len = %d\n", p->tot_len); in send_ack()
977 DHCPS_LOG("dhcps: handle_dhcp malloc_len=%d rx_len=%d", malloc_len, p->tot_len); in handle_dhcp()
979 if (malloc_len < p->tot_len) { in handle_dhcp()
980 malloc_len = p->tot_len; in handle_dhcp()
991 tlen = p->tot_len; in handle_dhcp()
1014 DHCPS_LOG("dhcps: handle_dhcp-> p->next->tot_len = %d\n", p->next->tot_len); in handle_dhcp()
/hal_espressif-3.6.0/components/lwip/test_afl_host/
Dnetwork_mock.c95 p->tot_len = length; in pbuf_alloc()
177 p->tot_len = size; in pbuf_realloc()
Dtest_dhcp_server.c62 p->tot_len = len;
Dtest_dhcp_client.c75 p->tot_len = len;
Dtest_dns.c65 p->tot_len = len;
/hal_espressif-3.6.0/components/lwip/apps/ping/
Dping.c146 if ((p->tot_len >= (PBUF_IP_HLEN + sizeof(struct icmp_echo_hdr))) && in ping_recv()
184 if ((p->len == p->tot_len) && (p->next == NULL)) { in ping_send()
/hal_espressif-3.6.0/components/espcoredump/corefile/
Dloader.py183 … 'data' / Bytes(this.header.tot_len - self.header_struct.sizeof() - self.checksum_struct.sizeof()),
489 if not header or not 0 < header.tot_len <= part_size:
491 .format(header.tot_len, part_size))
494 coredump_len = header.tot_len
/hal_espressif-3.6.0/components/lwip/port/esp32/netif/
Dopenthreadif.c42 q = pbuf_alloc(PBUF_RAW_TX, p->tot_len, PBUF_RAM); in openthread_output_ip6()
Dethernetif.c121 q = pbuf_alloc(PBUF_RAW_TX, p->tot_len, PBUF_RAM); in ethernet_low_level_output()
Dwlanif.c141 q = pbuf_alloc(PBUF_RAW_TX, p->tot_len, PBUF_RAM); in low_level_output()
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h146 uint16_t tot_len; member
/hal_espressif-3.6.0/components/mdns/
Dmdns_networking_socket.c50 size_t tot_len; member
319 packet_pbuf->tot_len = len; in sock_recv_task()
/hal_espressif-3.6.0/components/esp_netif/lwip/
Desp_netif_lwip_slip.c196 .tot_len = len, in esp_netif_lwip_slip_raw_output()
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c731 int wps_enrollee_process_msg_frag(struct wpabuf **buf, int tot_len, u8 *frag_data, int frag_len, u8… in wps_enrollee_process_msg_frag() argument
748 if (0 == (flag & WPS_MSG_FLAG_LEN) || tot_len < frag_len) { in wps_enrollee_process_msg_frag()
753 *buf = wpabuf_alloc(tot_len); in wps_enrollee_process_msg_frag()