Searched refs:u8_t (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/components/lwip/include/apps/dhcpserver/ |
D | dhcpserver.h | 29 u8_t op, htype, hlen, hops; 30 u8_t xid[4]; 32 u8_t ciaddr[4]; 33 u8_t yiaddr[4]; 34 u8_t siaddr[4]; 35 u8_t giaddr[4]; 36 u8_t chaddr[16]; 37 u8_t sname[64]; 38 u8_t file[128]; 39 u8_t options[312]; [all …]
|
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/ |
D | tcp_isn_default.c | 81 static u8_t input[64]; 91 lwip_init_tcp_isn(u32_t boot_time, const u8_t *secret_16_bytes) in lwip_init_tcp_isn() 115 u8_t output[16]; in lwip_hook_tcp_isn() 155 input[32] = (u8_t)(local_port >> 8); in lwip_hook_tcp_isn() 156 input[33] = (u8_t)(local_port & 0xff); in lwip_hook_tcp_isn() 157 input[34] = (u8_t)(remote_port >> 8); in lwip_hook_tcp_isn() 158 input[35] = (u8_t)(remote_port & 0xff); in lwip_hook_tcp_isn()
|
D | lwip_default_hooks.c | 31 int __weak lwip_hook_netconn_external_resolve(const char *name, ip_addr_t *addr, u8_t addrtype, err… in lwip_hook_netconn_external_resolve()
|
/hal_espressif-3.6.0/components/lwip/apps/dhcpserver/ |
D | dhcpserver.c | 114 void *dhcps_option_info(u8_t op_id, u32_t opt_len) in dhcps_option_info() 167 void dhcps_set_option_info(u8_t op_id, void *opt_info, u32_t opt_len) in dhcps_set_option_info() 297 static u8_t *add_msg_type(u8_t *optptr, u8_t type) in add_msg_type() 311 static u8_t *add_offer_options(u8_t *optptr) in add_offer_options() 405 static u8_t *add_end(u8_t *optptr) in add_end() 476 u8_t *end; in send_offer() 478 u8_t *data; in send_offer() 505 data = (u8_t *)q->payload; in send_offer() 508 data[i] = ((u8_t *) m)[cnt++]; in send_offer() 555 u8_t *end; in send_nak() [all …]
|
/hal_espressif-3.6.0/components/lwip/test_afl_host/ |
D | network_mock.c | 43 return ((u8_t*)q->payload)[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() 55 ((u8_t*)q->payload)[q_idx] = data; in pbuf_put_at() 59 u8_t pbuf_get_at(const struct pbuf* p, u16_t offset) in pbuf_get_at() 66 return ((u8_t*)q->payload)[q_idx]; in pbuf_get_at() 81 struct udp_pcb * udp_new_ip_type(u8_t type) in udp_new_ip_type() 103 u8_t pbuf_free(struct pbuf *p) in pbuf_free() 148 void dns_setserver(u8_t numdns, const ip_addr_t *dnsserver) in dns_setserver()
|
D | dns_di.h | 32 …t char *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrtype); 36 … *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrtype) = NUL… 45 …st char *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrtype) in dns_test_dns_enqueue()
|
D | test_dhcp_server.c | 13 void dhcp_test_dhcps_cb (u8_t client_ip[4]) {} in dhcp_test_dhcps_cb()
|
D | test_dns.c | 25 …t char *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrtype);
|
/hal_espressif-3.6.0/components/lwip/port/esp32/include/ |
D | lwip_default_hooks.h | 30 void lwip_init_tcp_isn(u32_t boot_time, const u8_t *secret_16_bytes); 52 int lwip_hook_netconn_external_resolve(const char *name, ip_addr_t *addr, u8_t addrtype, err_t *err…
|
/hal_espressif-3.6.0/components/lwip/apps/ping/ |
D | esp_ping.c | 27 u8_t ping_tos; 72 ESP_PING_CHECK_OPTLEN(opt_len, u8_t); in esp_ping_set_target() 73 ping_option_info->ping_tos = *(u8_t *)opt_val; in esp_ping_set_target()
|
D | ping.c | 135 static u8_t
|
/hal_espressif-3.6.0/components/lwip/port/esp32/include/arch/ |
D | cc.h | 57 typedef uint8_t u8_t; typedef
|
/hal_espressif-3.6.0/components/spiffs/include/ |
D | spiffs_config.h | 60 typedef uint8_t u8_t; typedef
|
/hal_espressif-3.6.0/components/lwip/port/esp32/freertos/ |
D | sys_arch.c | 125 sys_sem_new(sys_sem_t *sem, u8_t count) in sys_sem_new()
|
/hal_espressif-3.6.0/components/esp_netif/lwip/ |
D | esp_netif_lwip_ppp.c | 185 static void on_ppp_notify_phase(ppp_pcb *pcb, u8_t phase, void *ctx) in on_ppp_notify_phase()
|
D | esp_netif_lwip.c | 662 static void esp_netif_dhcps_cb(u8_t client_ip[4]) in esp_netif_dhcps_cb()
|