<div class="content"><p>The <b>IPX_ADAPTER_INFO</b> structure MAY<a id="Appendix_A_Target_87"></a><a aria-label="Product behavior note 87" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_87" data-linktype="relative-path">&lt;87&gt;</a> be used to contain the adapter
information for the IPX. When this structure is encapsulated in <a href="c99955ec-6d18-4665-8d5b-e124de63a368" data-linktype="relative-path"><b>RTR_TOC_ENTRY (section 2.2.1.2.4)</b></a>,
the <b>InfoType</b> value used MUST be 0x00000007.  </p><dl>
<dd>
<div><pre> typedef struct _IPX_ADAPTER_INFO {
   ULONG PacketType;
   WCHAR AdapterName[MAX_ADAPTOR_NAME_LEN];
 } IPX_ADAPTER_INFO,
  *PIPX_ADAPTER_INFO;
</pre></div>
</dd></dl><p><b>PacketType: </b>The <b>PacketType</b> field indicates
the contents of the payload portion of the IPX packet. It allows several client
protocols to use the IPX and be identified by the IPX router. The following
table lists some common defined values of the IPX packet type.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x0000</p>
  </td>
  <td>
  <p>Unspecified</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0001</p>
  </td>
  <td>
  <p>RIP</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0004</p>
  </td>
  <td>
  <p>SAP/Normal IPX</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0005</p>
  </td>
  <td>
  <p>SPX</p>
  </td>
 </tr><tr>
  <td>
  <p>0x0014</p>
  </td>
  <td>
  <p>IPX WAN broadcast (used for NetBIOS over IPX
  broadcasts)</p>
  </td>
 </tr></tbody></table>
</dd></dl><p><b>AdapterName: </b>Name of the adapter. The
MAX_ADAPTER_NAME_LEN value is defined as follows.</p><dl>
<dd>
<div><pre> #define MAX_ADAPTOR_NAME_LEN 48
  
</pre></div>
</dd></dl></div>