Searched refs:if_ip6 (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/esp_netif/include/ |
| D | esp_netif.h | 796 esp_err_t esp_netif_get_ip6_linklocal(esp_netif_t *esp_netif, esp_ip6_addr_t *if_ip6); 812 esp_err_t esp_netif_get_ip6_global(esp_netif_t *esp_netif, esp_ip6_addr_t *if_ip6); 823 int esp_netif_get_all_ip6(esp_netif_t *esp_netif, esp_ip6_addr_t if_ip6[]);
|
| /hal_espressif-latest/components/esp_netif/loopback/ |
| D | esp_netif_loopback.c | 401 esp_err_t esp_netif_get_ip6_linklocal(esp_netif_t *esp_netif, esp_ip6_addr_t *if_ip6) in esp_netif_get_ip6_linklocal() argument 406 esp_err_t esp_netif_get_ip6_global(esp_netif_t *esp_netif, esp_ip6_addr_t *if_ip6) in esp_netif_get_ip6_global() argument
|
| /hal_espressif-latest/components/esp_netif/lwip/ |
| D | esp_netif_lwip.c | 2060 esp_err_t esp_netif_get_ip6_linklocal(esp_netif_t *esp_netif, esp_ip6_addr_t *if_ip6) in esp_netif_create_ip6_linklocal() 2064 if (esp_netif == NULL || if_ip6 == NULL || _IS_NETIF_ANY_POINT2POINT_TYPE(esp_netif)) { in esp_netif_create_ip6_linklocal() 2070 memcpy(if_ip6, &p_netif->ip6_addr[0], sizeof(ip6_addr_t)); in esp_netif_create_ip6_linklocal() 2077 esp_err_t esp_netif_get_ip6_global(esp_netif_t *esp_netif, esp_ip6_addr_t *if_ip6) in esp_netif_get_ip6_global() argument 2081 if (esp_netif == NULL || if_ip6 == NULL) { in esp_netif_get_ip6_global() 2092 memcpy(if_ip6, &p_netif->ip6_addr[i], sizeof(ip6_addr_t)); in esp_netif_get_ip6_global() 2101 int esp_netif_get_all_ip6(esp_netif_t *esp_netif, esp_ip6_addr_t if_ip6[]) in esp_netif_get_all_ip6() argument 2105 if (esp_netif == NULL || if_ip6 == NULL) { in esp_netif_get_all_ip6() 2115 memcpy(&if_ip6[addr_count++], &p_netif->ip6_addr[i], sizeof(ip6_addr_t)); in esp_netif_get_all_ip6()
|