MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //usr/share/doc/iscsi-initiator-utils-6.2.0.872/html/libiscsi_8h-source.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libiscsi: libiscsi.h Source File</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.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<h1>libiscsi.h</h1><a href="libiscsi_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * iSCSI Administration library</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved.</span>
<a name="l00005"></a>00005 <span class="comment"> * Copyright (C) 2008-2009 Hans de Goede &lt;hdegoede@redhat.com&gt;</span>
<a name="l00006"></a>00006 <span class="comment"> * maintained by open-iscsi@googlegroups.com</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
<a name="l00009"></a>00009 <span class="comment"> * it under the terms of the GNU General Public License as published</span>
<a name="l00010"></a>00010 <span class="comment"> * by the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00011"></a>00011 <span class="comment"> * (at your option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment"> *</span>
<a name="l00013"></a>00013 <span class="comment"> * This program is distributed in the hope that it will be useful, but</span>
<a name="l00014"></a>00014 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="l00016"></a>00016 <span class="comment"> * General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment"> *</span>
<a name="l00018"></a>00018 <span class="comment"> * See the file COPYING included with this distribution for more details.</span>
<a name="l00019"></a>00019 <span class="comment"> */</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef __LIBISCSI_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define __LIBISCSI_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;netdb.h&gt;</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00028"></a>00028 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="preprocessor">#if __GNUC__ &gt;= 4</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#define PUBLIC __attribute__ ((visibility("default")))</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00033"></a><a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">00033</a> <span class="preprocessor"></span><span class="preprocessor">#define PUBLIC</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span>
<a name="l00040"></a><a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">00040</a> <span class="preprocessor">#define LIBISCSI_VALUE_MAXLEN 256</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span>
<a name="l00046"></a><a class="code" href="libiscsi_8h.html#4ace9c6f75284acfc90d72c130c6be70">00046</a> <span class="keyword">enum</span> <a class="code" href="libiscsi_8h.html#4ace9c6f75284acfc90d72c130c6be70">libiscsi_auth_t</a> {
<a name="l00047"></a>00047     <a class="code" href="libiscsi_8h.html#4ace9c6f75284acfc90d72c130c6be708d50f6026de3850e38aad596eb28298e">libiscsi_auth_none</a>   ,
<a name="l00048"></a>00048     <a class="code" href="libiscsi_8h.html#4ace9c6f75284acfc90d72c130c6be703fbb0924ae0ca776d1d01acc0953bb58">libiscsi_auth_chap</a>   ,
<a name="l00049"></a>00049 };
<a name="l00050"></a>00050 
<a name="l00057"></a>00057 <span class="keyword">struct </span><a class="code" href="structlibiscsi__context.html">libiscsi_context</a>;
<a name="l00058"></a>00058 
<a name="l00063"></a><a class="code" href="structlibiscsi__node.html">00063</a> <span class="keyword">struct </span><a class="code" href="structlibiscsi__node.html">libiscsi_node</a> {
<a name="l00064"></a><a class="code" href="structlibiscsi__node.html#482b4560f60447f102957255df23e39b">00064</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__node.html#482b4560f60447f102957255df23e39b">name</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]     ;
<a name="l00065"></a><a class="code" href="structlibiscsi__node.html#e4fdc73772e62312fd99cdf1747d2c68">00065</a>     <span class="keywordtype">int</span> <a class="code" href="structlibiscsi__node.html#e4fdc73772e62312fd99cdf1747d2c68">tpgt</a>                             ;
<a name="l00066"></a>00066     <span class="comment">/* Note open-iscsi has some code in place for multiple connections in one</span>
<a name="l00067"></a>00067 <span class="comment">       node record and thus multiple address / port combi's, but this does not</span>
<a name="l00068"></a>00068 <span class="comment">       get used anywhere, so we keep things simple and assume one connection */</span>
<a name="l00069"></a><a class="code" href="structlibiscsi__node.html#8dfaf55d80d5a638e0156a307621a812">00069</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__node.html#8dfaf55d80d5a638e0156a307621a812">address</a>[NI_MAXHOST]             ;
<a name="l00070"></a><a class="code" href="structlibiscsi__node.html#e778153c1e3f80b6fac37d76d97b6aaa">00070</a>     <span class="keywordtype">int</span> <a class="code" href="structlibiscsi__node.html#e778153c1e3f80b6fac37d76d97b6aaa">port</a>                             ;
<a name="l00071"></a><a class="code" href="structlibiscsi__node.html#37e79af90055d8cd3f451593d48edb9c">00071</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__node.html#37e79af90055d8cd3f451593d48edb9c">iface</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]    ;
<a name="l00072"></a>00072 };
<a name="l00073"></a>00073 
<a name="l00080"></a><a class="code" href="structlibiscsi__chap__auth__info.html">00080</a> <span class="keyword">struct </span><a class="code" href="structlibiscsi__chap__auth__info.html">libiscsi_chap_auth_info</a> {
<a name="l00081"></a><a class="code" href="structlibiscsi__chap__auth__info.html#1d4199a8983695ae37c32b41d1dd90b8">00081</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__chap__auth__info.html#1d4199a8983695ae37c32b41d1dd90b8">username</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]         ;
<a name="l00082"></a><a class="code" href="structlibiscsi__chap__auth__info.html#8c0e1c58a9c8696cf3d7b3d3c234e4b2">00082</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__chap__auth__info.html#8c0e1c58a9c8696cf3d7b3d3c234e4b2">password</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]         ;
<a name="l00083"></a><a class="code" href="structlibiscsi__chap__auth__info.html#78c550c5b3364100ea4a82337c37a082">00083</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__chap__auth__info.html#78c550c5b3364100ea4a82337c37a082">reverse_username</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>] ;
<a name="l00084"></a><a class="code" href="structlibiscsi__chap__auth__info.html#d129b400c32354fd6f2e8200089475af">00084</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__chap__auth__info.html#d129b400c32354fd6f2e8200089475af">reverse_password</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>] ;
<a name="l00085"></a>00085 };
<a name="l00086"></a>00086 
<a name="l00091"></a><a class="code" href="structlibiscsi__auth__info.html">00091</a> <span class="keyword">struct </span><a class="code" href="structlibiscsi__auth__info.html">libiscsi_auth_info</a> {
<a name="l00092"></a><a class="code" href="structlibiscsi__auth__info.html#7af5aa2e2d53490c49e927e6721126b1">00092</a>     <span class="keyword">enum</span> <a class="code" href="libiscsi_8h.html#4ace9c6f75284acfc90d72c130c6be70">libiscsi_auth_t</a> <a class="code" href="structlibiscsi__auth__info.html#7af5aa2e2d53490c49e927e6721126b1">method</a> ;
<a name="l00093"></a>00093     <span class="keyword">union </span>{
<a name="l00094"></a><a class="code" href="structlibiscsi__auth__info.html#34a6c4c52038f8b825dfc43a2b20e004">00094</a>         <span class="keyword">struct </span><a class="code" href="structlibiscsi__chap__auth__info.html">libiscsi_chap_auth_info</a> <a class="code" href="structlibiscsi__auth__info.html#34a6c4c52038f8b825dfc43a2b20e004">chap</a> ;
<a name="l00095"></a>00095     } ;
<a name="l00096"></a>00096 };
<a name="l00097"></a>00097 
<a name="l00105"></a>00105 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keyword">struct </span><a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *<a class="code" href="libiscsi_8c.html#a4b8b03ecfebaf6d4e1c61d1e416eb8e">libiscsi_init</a>(<span class="keywordtype">void</span>);
<a name="l00106"></a>00106 
<a name="l00114"></a>00114 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">void</span> <a class="code" href="libiscsi_8c.html#9ae4988e02017d9870c4dd0eaa98577c">libiscsi_cleanup</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context);
<a name="l00115"></a>00115 
<a name="l00141"></a>00141 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#39019c3881e3769f3b250799264aff73">libiscsi_discover_sendtargets</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00142"></a>00142     <span class="keyword">const</span> <span class="keywordtype">char</span> *address, <span class="keywordtype">int</span> port, <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__auth__info.html">libiscsi_auth_info</a> *auth_info,
<a name="l00143"></a>00143     <span class="keywordtype">int</span> *nr_found, <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> **found_nodes);
<a name="l00144"></a>00144 
<a name="l00167"></a>00167 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#3d3ef53ae3723befc30373deeb669412">libiscsi_discover_firmware</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00168"></a>00168     <span class="keywordtype">int</span> *nr_found, <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> **found_nodes);
<a name="l00169"></a>00169 
<a name="l00181"></a>00181 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#609b06e1f584f951b53bfdd10c4b1936">libiscsi_verify_auth_info</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00182"></a>00182         <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__auth__info.html">libiscsi_auth_info</a> *auth_info);
<a name="l00183"></a>00183 
<a name="l00207"></a>00207 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#60df6a0acfab13c794acdbe9268d07cf">libiscsi_node_set_auth</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00208"></a>00208     <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> *node,
<a name="l00209"></a>00209     <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__auth__info.html">libiscsi_auth_info</a> *auth_info);
<a name="l00210"></a>00210 
<a name="l00223"></a>00223 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#6dc43669f217c91d4d634f6b4616e9bd">libiscsi_node_get_auth</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00224"></a>00224     <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> *node,
<a name="l00225"></a>00225     <span class="keyword">struct</span> <a class="code" href="structlibiscsi__auth__info.html">libiscsi_auth_info</a> *auth_info);
<a name="l00226"></a>00226 
<a name="l00236"></a>00236 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#f73b5fbc9ed402d248860b9df180ced5">libiscsi_node_login</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00237"></a>00237     <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> *node);
<a name="l00238"></a>00238 
<a name="l00248"></a>00248 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#7902ddfe17de80a5331242f152023c9d">libiscsi_node_logout</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00249"></a>00249     <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> *node);
<a name="l00250"></a>00250 
<a name="l00262"></a>00262 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#e46d1a8a76d320b8f5257db30fe8bd21">libiscsi_node_set_parameter</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00263"></a>00263     <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> *node,
<a name="l00264"></a>00264     <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structlibiscsi__context.html#db30a9e6017e56455943692ba25826e2">parameter</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structlibiscsi__context.html#9dee643cd2e9d51ada23f711cf214973">value</a>);
<a name="l00265"></a>00265 
<a name="l00278"></a>00278 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#0b9941eff5f09b1eb0096034a812c641">libiscsi_node_get_parameter</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context,
<a name="l00279"></a>00279     <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structlibiscsi__node.html">libiscsi_node</a> *node, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structlibiscsi__context.html#db30a9e6017e56455943692ba25826e2">parameter</a>, <span class="keywordtype">char</span> *<a class="code" href="structlibiscsi__context.html#9dee643cd2e9d51ada23f711cf214973">value</a>);
<a name="l00280"></a>00280 
<a name="l00292"></a>00292 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="libiscsi_8c.html#a1040e9a17625121e0a76e8842933c69">libiscsi_get_error_string</a>(<span class="keyword">struct</span> <a class="code" href="structlibiscsi__context.html">libiscsi_context</a> *context);
<a name="l00293"></a>00293 
<a name="l00294"></a>00294 
<a name="l00295"></a>00295 <span class="comment">/************************** Utility functions *******************************/</span>
<a name="l00296"></a>00296 
<a name="l00301"></a><a class="code" href="structlibiscsi__network__config.html">00301</a> <span class="keyword">struct </span><a class="code" href="structlibiscsi__network__config.html">libiscsi_network_config</a> {
<a name="l00302"></a><a class="code" href="structlibiscsi__network__config.html#2348c0ed0b18b47200d9ac3334e5b420">00302</a>     <span class="keywordtype">int</span> <a class="code" href="structlibiscsi__network__config.html#2348c0ed0b18b47200d9ac3334e5b420">dhcp</a>                                  ;
<a name="l00303"></a><a class="code" href="structlibiscsi__network__config.html#526273f9c3ca74a69d7a7840c16663b3">00303</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__network__config.html#526273f9c3ca74a69d7a7840c16663b3">iface_name</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]    ;
<a name="l00304"></a><a class="code" href="structlibiscsi__network__config.html#832bbbdaefae7ef27aa62705738eef5c">00304</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__network__config.html#832bbbdaefae7ef27aa62705738eef5c">mac_address</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]   ;
<a name="l00305"></a><a class="code" href="structlibiscsi__network__config.html#2fec1eac007349357c8bd88b69e5e233">00305</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__network__config.html#2fec1eac007349357c8bd88b69e5e233">ip_address</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]    ;
<a name="l00306"></a><a class="code" href="structlibiscsi__network__config.html#d45f5cbb49930b6bcedc30844a2498cd">00306</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__network__config.html#d45f5cbb49930b6bcedc30844a2498cd">netmask</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]       ;
<a name="l00307"></a><a class="code" href="structlibiscsi__network__config.html#2a5eaec3ce1735129179173079005310">00307</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__network__config.html#2a5eaec3ce1735129179173079005310">gateway</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]       ;
<a name="l00308"></a><a class="code" href="structlibiscsi__network__config.html#367530e7e137f59b9cb7fbedfd28080e">00308</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__network__config.html#367530e7e137f59b9cb7fbedfd28080e">primary_dns</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>]   ;
<a name="l00309"></a><a class="code" href="structlibiscsi__network__config.html#045d274596afadf160a0cca1783357de">00309</a>     <span class="keywordtype">char</span> <a class="code" href="structlibiscsi__network__config.html#045d274596afadf160a0cca1783357de">secondary_dns</a>[<a class="code" href="libiscsi_8h.html#bef8f771556cb4f978f67730f951f391">LIBISCSI_VALUE_MAXLEN</a>] ;
<a name="l00310"></a>00310 };
<a name="l00311"></a>00311 
<a name="l00325"></a>00325 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#22341721c04e8eee2bec6b5c0ef6087d">libiscsi_get_firmware_network_config</a>(
<a name="l00326"></a>00326     <span class="keyword">struct</span> <a class="code" href="structlibiscsi__network__config.html">libiscsi_network_config</a> *config);
<a name="l00327"></a>00327 
<a name="l00336"></a>00336 <a class="code" href="libiscsi_8h.html#d17d551e31d1828c68acf40684849b7e">PUBLIC</a> <span class="keywordtype">int</span> <a class="code" href="libiscsi_8c.html#419b5887ed825330e24529a86aa718c3">libiscsi_get_firmware_initiator_name</a>(<span class="keywordtype">char</span> *initiatorname);
<a name="l00337"></a>00337 
<a name="l00338"></a>00338 <span class="preprocessor">#undef PUBLIC</span>
<a name="l00339"></a>00339 <span class="preprocessor"></span>
<a name="l00340"></a>00340 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00341"></a>00341 <span class="preprocessor"></span>}
<a name="l00342"></a>00342 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
<a name="l00343"></a>00343 
<a name="l00344"></a>00344 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jan 9 06:22:03 2013 for libiscsi by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>