Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > d9faa203c2b0b6fbb179d93daaea81b7 > files > 2099

libdtn-devel-2.6.0-1mdv2009.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>DTN Reference Implementation: dtn_bundle_id_t Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</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>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>dtn_bundle_id_t Struct Reference</h1><!-- doxytag: class="dtn_bundle_id_t" --><code>#include &lt;<a class="el" href="dtn__types_8h-source.html">dtn_types.h</a>&gt;</code>
<p>

<p>
<a href="structdtn__bundle__id__t-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Type definition for a unique bundle identifier. 
<p>
Returned from dtn_send after the daemon has assigned the creation_secs and creation_subsecs, in which case orig_length and frag_offset are always zero, and also in status report data in which case they may be set if the bundle is fragmented. 
<p>Definition at line <a class="el" href="dtn__types_8h-source.html#l00289">289</a> of file <a class="el" href="dtn__types_8h-source.html">dtn_types.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structdtn__endpoint__id__t.html">dtn_endpoint_id_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdtn__bundle__id__t.html#85fee9b6bc50f4b6aa397a0a31d1e896">source</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structdtn__timestamp__t.html">dtn_timestamp_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdtn__bundle__id__t.html#45c8507ca01c07300d6fe860b29332ef">creation_ts</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">u_int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdtn__bundle__id__t.html#4ac1bb6795c7b7b04b11bb013ebeec57">frag_offset</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">u_int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdtn__bundle__id__t.html#79af75224d17fda12ae60ca622d7028f">orig_length</a></td></tr>

</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="85fee9b6bc50f4b6aa397a0a31d1e896"></a><!-- doxytag: member="dtn_bundle_id_t::source" ref="85fee9b6bc50f4b6aa397a0a31d1e896" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structdtn__endpoint__id__t.html">dtn_endpoint_id_t</a> <a class="el" href="structdtn__bundle__id__t.html#85fee9b6bc50f4b6aa397a0a31d1e896">dtn_bundle_id_t::source</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="dtn__types_8h-source.html#l00290">290</a> of file <a class="el" href="dtn__types_8h-source.html">dtn_types.h</a>.</p>

<p>Referenced by <a class="el" href="dtn__api__wrap_8cc-source.html#l00282">dtn_cancel()</a>, <a class="el" href="dtn__api__wrap_8cc-source.html#l00339">dtn_recv()</a>, <a class="el" href="APIServer_8cc-source.html#l01187">dtn::APIClient::handle_recv()</a>, <a class="el" href="dtnreporter_8c-source.html#l00052">main()</a>, and <a class="el" href="dtn__types__xdr_8c-source.html#l00337">xdr_dtn_bundle_id_t()</a>.</p>

</div>
</div><p>
<a class="anchor" name="45c8507ca01c07300d6fe860b29332ef"></a><!-- doxytag: member="dtn_bundle_id_t::creation_ts" ref="45c8507ca01c07300d6fe860b29332ef" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structdtn__timestamp__t.html">dtn_timestamp_t</a> <a class="el" href="structdtn__bundle__id__t.html#45c8507ca01c07300d6fe860b29332ef">dtn_bundle_id_t::creation_ts</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="dtn__types_8h-source.html#l00291">291</a> of file <a class="el" href="dtn__types_8h-source.html">dtn_types.h</a>.</p>

<p>Referenced by <a class="el" href="dtn__api__wrap_8cc-source.html#l00282">dtn_cancel()</a>, <a class="el" href="dtn__api__wrap_8cc-source.html#l00339">dtn_recv()</a>, <a class="el" href="APIServer_8cc-source.html#l01187">dtn::APIClient::handle_recv()</a>, <a class="el" href="dtnping_8c-source.html#l00055">main()</a>, and <a class="el" href="dtn__types__xdr_8c-source.html#l00337">xdr_dtn_bundle_id_t()</a>.</p>

</div>
</div><p>
<a class="anchor" name="4ac1bb6795c7b7b04b11bb013ebeec57"></a><!-- doxytag: member="dtn_bundle_id_t::frag_offset" ref="4ac1bb6795c7b7b04b11bb013ebeec57" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">u_int <a class="el" href="structdtn__bundle__id__t.html#4ac1bb6795c7b7b04b11bb013ebeec57">dtn_bundle_id_t::frag_offset</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="dtn__types_8h-source.html#l00292">292</a> of file <a class="el" href="dtn__types_8h-source.html">dtn_types.h</a>.</p>

<p>Referenced by <a class="el" href="APIServer_8cc-source.html#l01187">dtn::APIClient::handle_recv()</a>, and <a class="el" href="dtn__types__xdr_8c-source.html#l00337">xdr_dtn_bundle_id_t()</a>.</p>

</div>
</div><p>
<a class="anchor" name="79af75224d17fda12ae60ca622d7028f"></a><!-- doxytag: member="dtn_bundle_id_t::orig_length" ref="79af75224d17fda12ae60ca622d7028f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">u_int <a class="el" href="structdtn__bundle__id__t.html#79af75224d17fda12ae60ca622d7028f">dtn_bundle_id_t::orig_length</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="dtn__types_8h-source.html#l00293">293</a> of file <a class="el" href="dtn__types_8h-source.html">dtn_types.h</a>.</p>

<p>Referenced by <a class="el" href="APIServer_8cc-source.html#l01187">dtn::APIClient::handle_recv()</a>, and <a class="el" href="dtn__types__xdr_8c-source.html#l00337">xdr_dtn_bundle_id_t()</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="dtn__types_8h-source.html">dtn_types.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jul 21 14:09:50 2008 for DTN Reference Implementation by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>