summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-02-28 09:56:28 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-02-28 09:56:28 +0000
commitc65d99084a5979a34ff3aa504135152b6b31b2bb (patch)
tree7e0cd1b8b74ca7cb4b0f642b37fc2939b67377a9 /include
parent56a0a95d9345a865de215af619f42140d6060116 (diff)
Added support for ether_line, ether_ntohost and ether_hostton.
Added related test cases. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'include')
-rw-r--r--include/netinet/ether.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netinet/ether.h b/include/netinet/ether.h
index ca780e2d0..a16255037 100644
--- a/include/netinet/ether.h
+++ b/include/netinet/ether.h
@@ -25,6 +25,8 @@
/* Get definition of `struct ether_addr'. */
#include <netinet/if_ether.h>
+#define ETHER_FILE_NAME "/etc/ethers"
+
__BEGIN_DECLS
/* Convert 48 bit Ethernet ADDRess to ASCII. */