Searched refs:ip6_str (Results 1 – 1 of 1) sorted by relevance
497 char ip6_str[INET6_ADDRSTRLEN]; in skt_netif_send_and_receive() local502 assert(inet_ntop(AF_INET6, dst_ip, ip6_str, INET6_ADDRSTRLEN) != NULL); in skt_netif_send_and_receive()503 T_LOG("Sending to %s:%d\n", ip6_str, dst_port); in skt_netif_send_and_receive()