Searched refs:addr_str (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_client.cpp | 284 char addr_str[INET6_ADDRSTRLEN] = {0}; in onIpv6AddressAddEvent() local 285 inet_ntop(AF_INET6, addr, addr_str, INET6_ADDRSTRLEN); in onIpv6AddressAddEvent() 297 addr_str, dhcpIpv6Info.ipv6SubnetAddr, dhcpIpv6Info.routeAddr, scope); in onIpv6AddressAddEvent() 298 AddIpv6Address(addr_str, INET6_ADDRSTRLEN); in onIpv6AddressAddEvent() 301 memcpy_s(dhcpIpv6Info.linkIpv6Addr, INET6_ADDRSTRLEN, addr_str, INET6_ADDRSTRLEN) != EOK) { in onIpv6AddressAddEvent() 306 addr_str, dhcpIpv6Info.ipv6SubnetAddr, dhcpIpv6Info.routeAddr, scope); in onIpv6AddressAddEvent()
|
Completed in 2 milliseconds