Home
last modified time | relevance | path

Searched refs:IPV62STR (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.5.0/examples/protocols/mdns/main/
Dmdns_example_main.c115 printf(" AAAA: " IPV6STR "\n", IPV62STR(a->addr.u_addr.ip6)); in mdns_print_results()
160 printf(" AAAA: " IPV6STR "\n", IPV62STR(a->addr.u_addr.ip6)); in check_and_print_result()
/hal_espressif-3.5.0/examples/common_components/protocol_examples_common/
Dconnect.c191 IPV62STR(event->ip6_info.ip), s_ipv6_addr_types[ipv6_type]); in on_got_ipv6()
228 …ESP_LOGI(TAG, "- IPv6 address: " IPV6STR ", type: %s", IPV62STR(ip6[j]), s_ipv6_addr_types[ipv6_ty… in example_connect()
/hal_espressif-3.5.0/components/esp_netif/include/
Desp_netif_ip_addr.h61 #define IPV62STR(ipaddr) ESP_IP6_ADDR_BLOCK1(&(ipaddr)), \ macro
/hal_espressif-3.5.0/docs/zh_CN/api-reference/protocols/
Dmdns.rst131 printf(" AAAA: " IPV6STR "\n", IPV62STR(a->addr.u_addr.ip6));
/hal_espressif-3.5.0/tools/test_apps/protocols/pppos/main/
Dpppos_client_main.c83 ESP_LOGI(TAG, "Got IPv6 address " IPV6STR, IPV62STR(event->ip6_info.ip)); in on_ip_event()
/hal_espressif-3.5.0/examples/protocols/pppos_client/main/
Dpppos_client_main.c211 ESP_LOGI(TAG, "Got IPv6 address " IPV6STR, IPV62STR(event->ip6_info.ip)); in on_ip_event()
/hal_espressif-3.5.0/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c110 ESP_LOGI(TAG, "Got IPv6 address " IPV6STR, IPV62STR(pppif->ip6_addr[0].u_addr.ip6)); in on_ppp_status_changed()
/hal_espressif-3.5.0/components/mdns/
Dmdns_console.c46 printf(" AAAA: " IPV6STR "\n", IPV62STR(a->addr.u_addr.ip6)); in mdns_print_results()
155 printf(IPV6STR "\n", IPV62STR(addr)); in cmd_mdns_query_aaaa()
Dmdns.c1177 _mdns_dbg_printf("To: " IPV6STR ":%u, ", IPV62STR(p->dst.u_addr.ip6), p->port); in _mdns_dispatch_tx_packet()
3049 …tf("From: " IPV6STR ":%u, To: " IPV6STR ", ", IPV62STR(packet->src.u_addr.ip6), packet->src_port, in mdns_parse_packet()
5772 _mdns_dbg_printf(IPV6STR "\n", IPV62STR(ip6)); in mdns_debug_packet()
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Dmdns.rst131 printf(" AAAA: " IPV6STR "\n", IPV62STR(a->addr.u_addr.ip6));
/hal_espressif-3.5.0/components/esp_event/
Devent_send_compat.inc280 ESP_LOGD(TAG, "SYSTEM_EVENT_AP_STA_GOT_IP6 address " IPV6STR, IPV62STR(*addr));
/hal_espressif-3.5.0/examples/protocols/modbus/tcp/mb_tcp_master/main/
Dtcp_master.c273 if (-1 == asprintf(&slave_ip_str, IPV6STR, IPV62STR(a->addr.u_addr.ip6))) { in master_get_slave_ip_str()