Searched refs:tot_len (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.6.0/components/espcoredump/src/ |
D | core_dump_elf.c | 541 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/ |
D | dhcpserver.c | 499 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/ |
D | network_mock.c | 95 p->tot_len = length; in pbuf_alloc() 177 p->tot_len = size; in pbuf_realloc()
|
D | test_dhcp_server.c | 62 p->tot_len = len;
|
D | test_dhcp_client.c | 75 p->tot_len = len;
|
D | test_dns.c | 65 p->tot_len = len;
|
/hal_espressif-3.6.0/components/lwip/apps/ping/ |
D | ping.c | 146 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/ |
D | loader.py | 183 … '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/ |
D | openthreadif.c | 42 q = pbuf_alloc(PBUF_RAW_TX, p->tot_len, PBUF_RAM); in openthread_output_ip6()
|
D | ethernetif.c | 121 q = pbuf_alloc(PBUF_RAW_TX, p->tot_len, PBUF_RAM); in ethernet_low_level_output()
|
D | wlanif.c | 141 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/ |
D | esp32_mock.h | 146 uint16_t tot_len; member
|
/hal_espressif-3.6.0/components/mdns/ |
D | mdns_networking_socket.c | 50 size_t tot_len; member 319 packet_pbuf->tot_len = len; in sock_recv_task()
|
/hal_espressif-3.6.0/components/esp_netif/lwip/ |
D | esp_netif_lwip_slip.c | 196 .tot_len = len, in esp_netif_lwip_slip_raw_output()
|
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 731 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()
|