Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
iscsi_target_nego.h
Go to the documentation of this file.
1 #ifndef ISCSI_TARGET_NEGO_H
2 #define ISCSI_TARGET_NEGO_H
3 
4 #define DECIMAL 0
5 #define HEX 1
6 
7 extern void convert_null_to_semi(char *, int);
8 extern int extract_param(const char *, const char *, unsigned int, char *,
9  unsigned char *);
11  struct iscsi_np *, struct iscsi_conn *, char *);
13  struct iscsi_login *, struct iscsi_conn *);
14 extern void iscsi_target_nego_release(
15  struct iscsi_login *, struct iscsi_conn *);
16 
17 #endif /* ISCSI_TARGET_NEGO_H */