<div class="content"><p>The <b>IPINIP_CONFIG_INFO</b> structure MAY<a id="Appendix_A_Target_31"></a><a aria-label="Product behavior note 31" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_31" data-linktype="relative-path">&lt;31&gt;</a> be used to specify
configuration information for an IP in an IP tunnel.</p><dl>
<dd>
<div><pre> typedef struct _IPINIP_CONFIG_INFO {
   DWORD dwRemoteAddress;
   DWORD dwLocalAddress;
   BYTE byTtl;
 } IPINIP_CONFIG_INFO,
  *PIPINIP_CONFIG_INFO;
</pre></div>
</dd></dl><p><b>dwRemoteAddress: </b>The destination address of the IP in
the IP packet.</p><p><b>dwLocalAddress: </b>The source address of the IP in the
IP packet.</p><p><b>byTtl: </b>The <b>TTL</b> field for the IP in the IP
packet.</p><p>When this structure is used, the <b>InfoType</b> of <a href="c99955ec-6d18-4665-8d5b-e124de63a368" data-linktype="relative-path"><b>RTR_TOC_ENTRY (section 2.2.1.2.4)</b></a>
MUST be 0xFFFF000C to specify IP in IP configuration information. </p></div>