/hal_espressif-3.6.0/components/lwip/test_afl_host/ |
D | network_mock.c | 20 struct pbuf* pbuf_skip(struct pbuf* in, u16_t in_offset, u16_t* out_offset) in pbuf_skip() 23 struct pbuf* q = in; in pbuf_skip() 36 int pbuf_try_get_at(const struct pbuf* p, u16_t offset) in pbuf_try_get_at() 39 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_try_get_at() 48 void pbuf_put_at(struct pbuf* p, u16_t offset, u8_t data) in pbuf_put_at() 51 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_put_at() 59 u8_t pbuf_get_at(const struct pbuf* p, u16_t offset) in pbuf_get_at() 62 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_get_at() 71 err_t pbuf_take(struct pbuf *buf, const void *dataptr, u16_t len) in pbuf_take() 76 err_t pbuf_take_at(struct pbuf *buf, const void *dataptr, u16_t len, u16_t offset) in pbuf_take_at() [all …]
|
D | dhcpserver_di.h | 12 static void handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_… 14 void (*dhcp_test_static_handle_hdcp)(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_… 21 void dhcp_test_handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u… in dhcp_test_handle_dhcp()
|
D | dhcp_di.h | 22 static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t … 24 void (*dhcp_test_static_dhcp_recv)(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t … 31 void dhcp_test_dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16… in dhcp_test_dhcp_recv()
|
D | dns_di.h | 33 static void dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t por… 35 void (*dns_test_static_dns_recv)(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *add… 50 void dns_test_dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t p… in dns_test_dns_recv()
|
D | test_dhcp_server.c | 16 void dhcp_test_handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u… 25 struct pbuf *p;
|
D | test_dhcp_client.c | 24 void dhcp_test_dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16… 33 struct pbuf *p;
|
D | test_dns.c | 21 void dns_test_dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t p… 33 struct pbuf *p;
|
/hal_espressif-3.6.0/components/app_trace/sys_view/esp/ |
D | SEGGER_RTT_esp.c | 143 uint8_t *pbuf = (uint8_t *)pBuffer; in SEGGER_RTT_WriteSkipNoLock() local 144 uint8_t event_id = *pbuf; in SEGGER_RTT_WriteSkipNoLock() 154 if (*pbuf & 0x80) { // 2 bytes ID in SEGGER_RTT_WriteSkipNoLock() 155 *(pbuf + 1) |= (1 << 6); in SEGGER_RTT_WriteSkipNoLock() 156 } else if (NumBytes != 10 || *pbuf != 0) { // ignore sync sequence in SEGGER_RTT_WriteSkipNoLock() 157 *pbuf |= (1 << 6); in SEGGER_RTT_WriteSkipNoLock()
|
/hal_espressif-3.6.0/components/hal/esp32h2/ |
D | rtc_cntl_hal.c | 53 rtc_cntl_link_buf_conf_t *pbuf = (rtc_cntl_link_buf_conf_t *)plink->buf; in rtc_cntl_hal_enable_cpu_retention() local 54 pbuf->cfg[0] = 0; in rtc_cntl_hal_enable_cpu_retention() 55 pbuf->cfg[1] = 0; in rtc_cntl_hal_enable_cpu_retention() 56 pbuf->cfg[2] = 0; in rtc_cntl_hal_enable_cpu_retention() 57 pbuf->cfg[3] = (uint32_t)-1; in rtc_cntl_hal_enable_cpu_retention()
|
/hal_espressif-3.6.0/components/hal/esp32c3/ |
D | rtc_cntl_hal.c | 60 rtc_cntl_link_buf_conf_t *pbuf = (rtc_cntl_link_buf_conf_t *)plink->buf; in rtc_cntl_hal_enable_cpu_retention() local 61 pbuf->cfg[0] = 0; in rtc_cntl_hal_enable_cpu_retention() 62 pbuf->cfg[1] = 0; in rtc_cntl_hal_enable_cpu_retention() 63 pbuf->cfg[2] = 0; in rtc_cntl_hal_enable_cpu_retention() 64 pbuf->cfg[3] = (uint32_t)-1; in rtc_cntl_hal_enable_cpu_retention()
|
/hal_espressif-3.6.0/components/lwip/ |
D | linker.lf | 58 pbuf:pbuf_alloc (noflash_text) 59 pbuf:pbuf_add_header_impl (noflash_text) 60 pbuf:pbuf_add_header (noflash_text) 61 pbuf:pbuf_remove_header (noflash_text) 62 pbuf:pbuf_header_impl (noflash_text) 63 pbuf:pbuf_header (noflash_text) 64 pbuf:pbuf_free (noflash_text)
|
/hal_espressif-3.6.0/components/hal/esp32s3/ |
D | rtc_cntl_hal.c | 57 rtc_cntl_link_buf_conf_t *pbuf = (rtc_cntl_link_buf_conf_t *)plink->buf; in rtc_cntl_hal_enable_cpu_retention() local 58 pbuf->cfg[0] = 0; in rtc_cntl_hal_enable_cpu_retention() 59 pbuf->cfg[1] = 0; in rtc_cntl_hal_enable_cpu_retention() 60 pbuf->cfg[2] = 0; in rtc_cntl_hal_enable_cpu_retention() 61 pbuf->cfg[3] = 0xfffe0000; in rtc_cntl_hal_enable_cpu_retention()
|
/hal_espressif-3.6.0/components/lwip/port/esp32/netif/ |
D | openthreadif.c | 28 static err_t openthread_output_ip6(struct netif *netif, struct pbuf *p, const struct ip6_addr *peer… in openthread_output_ip6() 30 struct pbuf *q = p; in openthread_output_ip6() 68 struct pbuf *p; in openthread_netif_input()
|
D | ethernetif.c | 107 static err_t ethernet_low_level_output(struct netif *netif, struct pbuf *p) in ethernet_low_level_output() 109 struct pbuf *q = p; in ethernet_low_level_output() 159 struct pbuf *p; in ethernetif_input()
|
D | wlanif.c | 126 low_level_output(struct netif *netif, struct pbuf *p) in low_level_output() 133 struct pbuf *q = p; in low_level_output() 178 struct pbuf *p; in wlanif_input()
|
/hal_espressif-3.6.0/components/mdns/ |
D | mdns_networking_lwip.c | 29 static void _udp_recv(void *arg, struct udp_pcb *upcb, struct pbuf *pb, const ip_addr_t *raddr, uin… 120 static void _udp_recv(void *arg, struct udp_pcb *upcb, struct pbuf *pb, const ip_addr_t *raddr, uin… 125 struct pbuf * this_pb = pb; 264 struct pbuf *pbt; 335 struct pbuf* pbt = pbuf_alloc(PBUF_TRANSPORT, len, PBUF_RAM);
|
D | mdns_networking_socket.c | 47 struct pbuf { struct 48 struct pbuf * next; argument 306 struct pbuf *packet_pbuf = calloc(1, sizeof(struct pbuf)); in sock_recv_task()
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.h | 143 struct pbuf { struct 144 struct pbuf *next; argument
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hid/ |
D | hidh_api.c | 494 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) in HID_HostWriteDev() argument 514 if (pbuf) { in HID_HostWriteDev() 515 osi_free ((void *)pbuf); in HID_HostWriteDev() 518 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ; in HID_HostWriteDev()
|
/hal_espressif-3.6.0/components/lwip/apps/ping/ |
D | ping.c | 136 ping_recv(void *arg, struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *addr) in ping_recv() 171 struct pbuf *p; in ping_send()
|
/hal_espressif-3.6.0/components/lwip/apps/dhcpserver/ |
D | dhcpserver.c | 454 struct pbuf * dhcps_pbuf_alloc(u16_t len) in dhcps_pbuf_alloc() 477 struct pbuf *p, *q; in send_offer() 556 struct pbuf *p, *q; in send_nak() 634 struct pbuf *p, *q; in send_ack() 956 struct pbuf *p, in handle_dhcp()
|
/hal_espressif-3.6.0/components/openssl/library/ |
D | ssl_lib.c | 451 const unsigned char *pbuf; in SSL_write() local 460 pbuf = (const unsigned char *)buffer; in SSL_write() 470 ret = SSL_METHOD_CALL(send, ssl, pbuf, bytes); in SSL_write() 472 pbuf += ret; in SSL_write()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/ |
D | hidh_api.h | 187 UINT8 report_id, BT_HDR *pbuf);
|
/hal_espressif-3.6.0/examples/network/network_tests/main/ |
D | net_suite.c | 31 err_t test_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in test_recv()
|
/hal_espressif-3.6.0/components/esp_netif/lwip/ |
D | esp_netif_lwip_internal.h | 116 esp_err_t (*driver_transmit_wrap)(void *h, void *buffer, size_t len, void *pbuf);
|