diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-02-28 09:56:28 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-02-28 09:56:28 +0000 |
commit | c65d99084a5979a34ff3aa504135152b6b31b2bb (patch) | |
tree | 7e0cd1b8b74ca7cb4b0f642b37fc2939b67377a9 /include/netinet/ether.h | |
parent | 56a0a95d9345a865de215af619f42140d6060116 (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/netinet/ether.h')
-rw-r--r-- | include/netinet/ether.h | 2 |
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. */ |