Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/test_afl_host/
Dnetwork_mock.c20 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 …]
Ddhcpserver_di.h12 …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()
Ddhcp_di.h22 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()
Ddns_di.h33 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()
Dtest_dhcp_server.c16 …est_handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
Dtest_dhcp_client.c24 …_test_dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
Dtest_dns.c21 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/
Dspiffs_config.h58 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/
Ddhcpserver.c454 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/
Dping.c110 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/
Dlwip_default_hooks.h33 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/
Dtcp_isn_default.c112 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/
Dcc.h59 typedef uint16_t u16_t; typedef
/hal_espressif-3.6.0/components/lwip/include/apps/dhcpserver/
Ddhcpserver.h31 u16_t secs, flags;
/hal_espressif-3.6.0/examples/bluetooth/nimble/blemesh/main/
Dapp_mesh.c389 static void prov_complete(u16_t net_idx, u16_t addr) in prov_complete()