Lines Matching refs:sin_address

423 …         memcpy( xDestinationAddress.sin_address.xIP_IPv6.ucBytes, xAddress.xIP_IPv6.ucBytes, 16 );  in handle_udp()
427 xDestinationAddress.sin_address.ulIP_IPv4 = xAddress.ulIP_IPv4; in handle_udp()
1028 …ip)\n", pcHostname, ( unsigned ) FreeRTOS_ntohl( pxDNSResult->ai_addr->sin_address.ulIP_IPv4 ) ) ); in handle_ping()
1033 ulPingIPAddress = pxDNSResult->ai_addr->sin_address.ulIP_IPv4; in handle_ping()
1042 …_printf( ( "ping6 to '%s' (%pip)\n", pcHostname, pxDNSResult->ai_addr->sin_address.xIP_IPv6.ucByte… in handle_ping()
1045 …memcpy( xPing6IPAddress.ucBytes, pxDNSResult->ai_addr->sin_address.xIP_IPv6.ucBytes, ipSIZE_OF_IPv… in handle_ping()
1391 … query%d: '%s' = %pip rc = %d\n", ( int ) xIPVersion, pcHost, pxAddr6->sin_address.xIP_IPv6.ucByte… in pxDNSLookup()
1396 uint32_t luIPAddress = pxResult->ai_addr->sin_address.ulIP_IPv4; in pxDNSLookup()
1440 pxResult->ai_addr->sin_address.ulIP_IPv4 = ulIpAddress; in pxDNSLookup()
1457 …memcpy( pxResult->xPrivateStorage.sockaddr.sin_address.xIP_IPv6.ucBytes, xAddress_IPv6.ucBytes, ip… in pxDNSLookup()
1500 uint32_t ulIPaddress = pxAddrInfo->ai_addr->sin_address.ulIP_IPv4; in vDNSEvent()
1519 …( xIndex = 0; xIndex < ( BaseType_t ) ARRAY_SIZE( pxAddrInfo->ai_addr->sin_address.xIP_IPv6.ucByte… in vDNSEvent()
1521 … if( pxAddrInfo->ai_addr->sin_address.xIP_IPv6.ucBytes[ xIndex ] != ( uint8_t ) 0u ) in vDNSEvent()
1534 …( ( "vDNSEvent/v6: found '%s' on %pip\n", pcName, pxAddrInfo->ai_addr->sin_address.xIP_IPv6.ucByte… in vDNSEvent()