mirror of
https://github.com/holub/mame
synced 2025-05-06 06:14:45 +03:00
148 lines
7.5 KiB
HTML
148 lines
7.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<title>WinPcap: _PACKET_RESERVED Struct Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<link href="style.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<!-- Generated by Doxygen 1.6.1 -->
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="main.html"><span>Main Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>_PACKET_RESERVED Struct Reference<br/>
|
|
<small>
|
|
[<a class="el" href="group__NPF__include.html">NPF structures and definitions</a>]</small>
|
|
</h1><!-- doxytag: class="_PACKET_RESERVED" -->
|
|
<p>Contains a NDIS packet.
|
|
<a href="#_details">More...</a></p>
|
|
|
|
<p><code>#include <<a class="el" href="Packet_8h_source.html">Packet.h</a>></code></p>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">LIST_ENTRY </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__PACKET__RESERVED.html#a52c50c47cc14f9989d741158ef6da1b9">ListElement</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Used to handle lists of packets. <a href="#a52c50c47cc14f9989d741158ef6da1b9"></a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">PIRP </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__PACKET__RESERVED.html#a4bee02d146b824008b9d03379b085b1e">Irp</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Irp that performed the request. <a href="#a4bee02d146b824008b9d03379b085b1e"></a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">PMDL </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__PACKET__RESERVED.html#a3bbb67b64845622d97356325852ef6be">pMdl</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">MDL mapping the buffer of the packet. <a href="#a3bbb67b64845622d97356325852ef6be"></a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">BOOLEAN </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__PACKET__RESERVED.html#abc42eac7c5d3593aa809edceadb0743f">FreeBufAfterWrite</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">ULONG </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__PACKET__RESERVED.html#a761baf004d76cf5faf3c898787fceeb6">Cpu</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The CPU on which the packet was pulled out of the linked list of free packets. <a href="#a761baf004d76cf5faf3c898787fceeb6"></a><br/></td></tr>
|
|
</table>
|
|
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
|
<p>Contains a NDIS packet. </p>
|
|
<p>The driver uses this structure to wrap a NDIS_PACKET structure. This allows to handle correctly the callback structure of NdisTransferData(), handling multiple requests and maintaining information about the IRPs to complete. </p>
|
|
|
|
<p>Definition at line <a class="el" href="Packet_8h_source.html#l00180">180</a> of file <a class="el" href="Packet_8h_source.html">Packet.h</a>.</p>
|
|
<hr/><h2>Field Documentation</h2>
|
|
<a class="anchor" id="a761baf004d76cf5faf3c898787fceeb6"></a><!-- doxytag: member="_PACKET_RESERVED::Cpu" ref="a761baf004d76cf5faf3c898787fceeb6" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">ULONG <a class="el" href="struct__PACKET__RESERVED.html#a761baf004d76cf5faf3c898787fceeb6">Cpu</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>The CPU on which the packet was pulled out of the linked list of free packets. </p>
|
|
|
|
<p>Definition at line <a class="el" href="Packet_8h_source.html#l00186">186</a> of file <a class="el" href="Packet_8h_source.html">Packet.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="abc42eac7c5d3593aa809edceadb0743f"></a><!-- doxytag: member="_PACKET_RESERVED::FreeBufAfterWrite" ref="abc42eac7c5d3593aa809edceadb0743f" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">BOOLEAN <a class="el" href="struct__PACKET__RESERVED.html#abc42eac7c5d3593aa809edceadb0743f">FreeBufAfterWrite</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
<p>True if the memory buffer associated with the packet must be freed after a call to NdisSend(). </p>
|
|
|
|
<p>Definition at line <a class="el" href="Packet_8h_source.html#l00184">184</a> of file <a class="el" href="Packet_8h_source.html">Packet.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a4bee02d146b824008b9d03379b085b1e"></a><!-- doxytag: member="_PACKET_RESERVED::Irp" ref="a4bee02d146b824008b9d03379b085b1e" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">PIRP <a class="el" href="struct__PACKET__RESERVED.html#a4bee02d146b824008b9d03379b085b1e">Irp</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Irp that performed the request. </p>
|
|
|
|
<p>Definition at line <a class="el" href="Packet_8h_source.html#l00182">182</a> of file <a class="el" href="Packet_8h_source.html">Packet.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a52c50c47cc14f9989d741158ef6da1b9"></a><!-- doxytag: member="_PACKET_RESERVED::ListElement" ref="a52c50c47cc14f9989d741158ef6da1b9" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">LIST_ENTRY <a class="el" href="struct__PACKET__RESERVED.html#a52c50c47cc14f9989d741158ef6da1b9">ListElement</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Used to handle lists of packets. </p>
|
|
|
|
<p>Definition at line <a class="el" href="Packet_8h_source.html#l00181">181</a> of file <a class="el" href="Packet_8h_source.html">Packet.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a3bbb67b64845622d97356325852ef6be"></a><!-- doxytag: member="_PACKET_RESERVED::pMdl" ref="a3bbb67b64845622d97356325852ef6be" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">PMDL <a class="el" href="struct__PACKET__RESERVED.html#a3bbb67b64845622d97356325852ef6be">pMdl</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>MDL mapping the buffer of the packet. </p>
|
|
|
|
<p>Definition at line <a class="el" href="Packet_8h_source.html#l00183">183</a> of file <a class="el" href="Packet_8h_source.html">Packet.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this struct was generated from the following file:<ul>
|
|
<li><a class="el" href="Packet_8h_source.html">Packet.h</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<hr>
|
|
<p align="right"><img border="0" src="winpcap_small.gif" align="absbottom" width="91" height="27">
|
|
documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2009
|
|
CACE Technologies. All rights reserved.</p>
|