summaryrefslogtreecommitdiffstats
path: root/isys/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/iface.h')
-rw-r--r--isys/iface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/isys/iface.h b/isys/iface.h
index 16257bc89..f67893274 100644
--- a/isys/iface.h
+++ b/isys/iface.h
@@ -118,6 +118,11 @@ char *iface_ip2str(char *, int);
*/
char *iface_mac2str(char *);
+/* Given an interface's MAC address, return the name (e.g., eth0) in human
+ * readable format. Return NULL for no match
+ */
+char *iface_mac2device(char *);
+
/*
* Convert an IPv4 CIDR prefix to a dotted-quad netmask. Return NULL on
* failure.