summaryrefslogtreecommitdiff
path: root/include/iscsi_net_util.h
blob: 8d06bd577a7bb4e80ee9adf79dc48b83348b0e49 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ISCSI_NET_UTIL_h__
#define __ISCSI_NET_UTIL_h__

#define ISCSI_HWADDRESS_BUF_SIZE 18

extern int net_get_transport_name_from_iface(char *iface, char *transport);
extern int net_get_dev_from_hwaddress(char *hwaddress, char *netdev);

#endif