<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to get the host&#8217;s IP address from within VuGen</title>
	<atom:link href="http://www.jds.net.au/tech-tips/get-host-ip-address-with-vugen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au/tech-tips/get-host-ip-address-with-vugen/</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Tue, 31 Aug 2010 10:19:03 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Stuart Moncrieff</title>
		<link>http://www.jds.net.au/tech-tips/get-host-ip-address-with-vugen/#comment-7165</link>
		<dc:creator>Stuart Moncrieff</dc:creator>
		<pubDate>Sun, 13 Sep 2009 06:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=1996#comment-7165</guid>
		<description>I have vague memories of playing with the Windows GetIpAddrTable() function, which can be found in Iphlpapi.dll.

Cheers,
Stu.</description>
		<content:encoded><![CDATA[<p>I have vague memories of playing with the Windows GetIpAddrTable() function, which can be found in Iphlpapi.dll.</p>
<p>Cheers,<br />
Stu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.jds.net.au/tech-tips/get-host-ip-address-with-vugen/#comment-7160</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 13 Sep 2009 03:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=1996#comment-7160</guid>
		<description>An alternative would be to use the following code:
&lt;pre&gt;
Action()
{
	int rc; 
	char *peer;

	rc = lrs_create_socket(&quot;socket1&quot;, &quot;TCP&quot;, &quot;LocalHost=:8888&quot;, LrsLastArg); 

	peer = lrs_get_socket_attrib(&quot;socket1&quot;, LOCAL_ADDRESS );

	lr_output_message(&quot;ip is %s&quot;, peer);

	return 0;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>An alternative would be to use the following code:</p>
<pre>
Action()
{
	int rc;
	char *peer;

	rc = lrs_create_socket("socket1", "TCP", "LocalHost=:8888", LrsLastArg); 

	peer = lrs_get_socket_attrib("socket1", LOCAL_ADDRESS );

	lr_output_message("ip is %s", peer);

	return 0;
}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
