Searched refs:ipv6 (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.6.0/components/lwip/ |
D | CMakeLists.txt | 48 "lwip/src/core/ipv6/dhcp6.c" 49 "lwip/src/core/ipv6/ethip6.c" 50 "lwip/src/core/ipv6/icmp6.c" 51 "lwip/src/core/ipv6/inet6.c" 52 "lwip/src/core/ipv6/ip6.c" 53 "lwip/src/core/ipv6/ip6_addr.c" 54 "lwip/src/core/ipv6/ip6_frag.c" 55 "lwip/src/core/ipv6/mld6.c" 56 "lwip/src/core/ipv6/nd6.c"
|
D | component.mk | 22 lwip/src/core/ipv6 \
|
D | Kconfig | 492 … Can be set lower to save RAM, the default value 1460(ipv4)/1440(ipv6) will give best throughput.
|
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_server/ |
D | example_test.py | 69 ipv6 = dut1.expect(re.compile(r' IPv6 address: ({})'.format(ipv6_r)), timeout=30)[0] 70 print('Connected with IPv4={} and IPv6={}'.format(ipv4, ipv6)) 78 received = tcp_client('{}%{}'.format(ipv6, INTERFACE), MESSAGE)
|
/hal_espressif-3.6.0/examples/protocols/sockets/udp_server/ |
D | example_test.py | 73 ipv6 = dut1.expect(re.compile(r' IPv6 address: ({})'.format(ipv6_r)), timeout=30)[0] 74 print('Connected with IPv4={} and IPv6={}'.format(ipv4, ipv6)) 91 received = udp_client('{}%{}'.format(ipv6, INTERFACE), MESSAGE)
|
/hal_espressif-3.6.0/components/esp_netif/test/ |
D | test_esp_netif.c | 314 esp_ip6_addr_t ipv6; variable 315 TEST_ASSERT_EQUAL(ESP_OK, esp_netif_str_to_ip6(ipv6_src[0], &ipv6)); 316 TEST_ASSERT_EQUAL(ESP_OK, esp_netif_str_to_ip6(ipv6_src[1], &ipv6)); 317 TEST_ASSERT_EQUAL(ESP_OK, esp_netif_str_to_ip6(ipv6_src[2], &ipv6)); 318 TEST_ASSERT_NOT_EQUAL(ESP_OK, esp_netif_str_to_ip6(ipv6_src[3], &ipv6)); 319 TEST_ASSERT_EQUAL(ESP_ERR_INVALID_ARG, esp_netif_str_to_ip6(NULL, &ipv6));
|
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/ |
D | README.md | 37 or with `+ipv6` to support ipv6 assignment
|
/hal_espressif-3.6.0/examples/protocols/sockets/udp_client/ |
D | example_test.py | 100 ipv6 = dut1.expect(re.compile(r' IPv6 address: ({})'.format(ipv6_r)), timeout=30)[0] 101 print('Connected with IPv4={} and IPv6={}'.format(ipv4, ipv6))
|
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_client/ |
D | example_test.py | 107 ipv6 = dut1.expect(re.compile(r' IPv6 address: ({})'.format(ipv6_r)), timeout=30)[0] 108 print('Connected with IPv4={} and IPv6={}'.format(ipv4, ipv6))
|
/hal_espressif-3.6.0/components/esp_netif/include/ |
D | esp_netif_slip.h | 51 esp_err_t esp_netif_slip_set_ipv6(esp_netif_t *netif, const esp_ip6_addr_t *ipv6);
|
/hal_espressif-3.6.0/components/esp_netif/lwip/ |
D | esp_netif_lwip_slip.c | 136 esp_err_t esp_netif_slip_set_ipv6(esp_netif_t *netif, const esp_ip6_addr_t *ipv6) in esp_netif_slip_set_ipv6() argument 147 memcpy(&slip_ctx->addr, ipv6, sizeof(ip6_addr_t)); in esp_netif_slip_set_ipv6()
|
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/ |
D | README.md | 77 Many slip devices use additional messages for things like ipv6 prefix configuration (or sending log…
|
/hal_espressif-3.6.0/examples/openthread/ot_br/ |
D | README.md | 172 sudo sysctl -w net/ipv6/conf/wlan0/accept_ra=2 173 sudo sysctl -w net/ipv6/conf/wlan0/accept_ra_rt_info_max_plen=128
|
/hal_espressif-3.6.0/components/mdns/ |
D | mdns.c | 886 …cord(uint8_t * packet, uint16_t * index, const char * hostname, uint8_t * ipv6, bool flush, bool b… in _mdns_append_aaaa_record() argument 919 memcpy(packet + *index, ipv6, part_length); in _mdns_append_aaaa_record()
|