⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iscsiauthclientglue.h

📁 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的
💻 H
字号:
/* * iSCSI connection daemon * Copyright (C) 2001 Cisco Systems, Inc. * maintained by linux-iscsi@cisco.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * See the file COPYING included with this distribution for more details. * * $Id: iscsiAuthClientGlue.h,v 1.5 2002/05/16 22:51:01 smferris Exp $  * */#ifndef ISCSIAUTHCLIENTGLUE_H#define ISCSIAUTHCLIENTGLUE_H#if defined(LINUX) && defined(__KERNEL__)#  include <linux/config.h>#  include <linux/version.h>#  include <linux/types.h>#  include <linux/stddef.h>#  include <linux/kernel.h>#  include <linux/string.h>#  include <linux/random.h>#  define strtol simple_strtol#  define strtoul simple_strtoul#else#  include <stdlib.h>#  include <stdio.h>#  include <string.h>#endif#include "md5.h"typedef struct MD5Context IscsiAuthMd5Context;#ifdef __cplusplusextern "C" {#endifextern int iscsiAuthIscsiServerHandle;extern int iscsiAuthIscsiClientHandle;#ifdef __cplusplus}#endif#endif /* #ifndef ISCSIAUTHCLIENTGLUE_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -