/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() 22 u16_t offset_left = in_offset; in pbuf_skip() 36 int pbuf_try_get_at(const struct pbuf* p, u16_t offset) in pbuf_try_get_at() 38 u16_t 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() 50 u16_t q_idx; in pbuf_put_at() 59 u8_t pbuf_get_at(const struct pbuf* p, u16_t offset) in pbuf_get_at() 61 u16_t 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 …oid handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port); 14 …le_hdcp)(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) = NULL; 21 …test_handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) 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 …cp_recv)(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) = NULL; 31 …p_test_dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) 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 …_dns_recv)(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) = NULL; 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 …est_handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
|
D | test_dhcp_client.c | 24 …_test_dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
|
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…
|
/hal_espressif-3.6.0/components/spiffs/include/ |
D | spiffs_config.h | 58 typedef uint16_t u16_t; typedef 304 typedef u16_t spiffs_block_ix; 307 typedef u16_t spiffs_page_ix; 311 typedef u16_t spiffs_obj_id; 315 typedef u16_t spiffs_span_ix;
|
/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() 456 u16_t mlen = sizeof(struct dhcps_msg); in dhcps_pbuf_alloc() 474 static void send_offer(struct dhcps_msg *m, u16_t len) in send_offer() 479 u16_t cnt = 0; in send_offer() 480 u16_t i; in send_offer() 553 static void send_nak(struct dhcps_msg *m, u16_t len) in send_nak() 558 u16_t cnt = 0; in send_nak() 559 u16_t i; in send_nak() 631 static void send_ack(struct dhcps_msg *m, u16_t len) in send_ack() 636 u16_t cnt = 0; in send_ack() [all …]
|
/hal_espressif-3.6.0/components/lwip/apps/ping/ |
D | ping.c | 110 static u16_t ping_seq_num; 115 ping_prepare_echo( struct icmp_echo_hdr *iecho, u16_t len) in ping_prepare_echo() 180 p = pbuf_alloc(PBUF_IP, (u16_t)ping_size, PBUF_RAM); in ping_send() 187 ping_prepare_echo(iecho, (u16_t)ping_size); in ping_send()
|
/hal_espressif-3.6.0/components/lwip/port/esp32/include/ |
D | lwip_default_hooks.h | 33 u32_t lwip_hook_tcp_isn(const ip_addr_t *local_ip, u16_t local_port, 34 const ip_addr_t *remote_ip, u16_t remote_port);
|
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/ |
D | tcp_isn_default.c | 112 lwip_hook_tcp_isn(const ip_addr_t *local_ip, u16_t local_port, in lwip_hook_tcp_isn() 113 const ip_addr_t *remote_ip, u16_t remote_port) in lwip_hook_tcp_isn()
|
/hal_espressif-3.6.0/components/lwip/port/esp32/include/arch/ |
D | cc.h | 59 typedef uint16_t u16_t; typedef
|
/hal_espressif-3.6.0/components/lwip/include/apps/dhcpserver/ |
D | dhcpserver.h | 31 u16_t secs, flags;
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/blemesh/main/ |
D | app_mesh.c | 389 static void prov_complete(u16_t net_idx, u16_t addr) in prov_complete()
|