diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-03-05 10:35:56 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-03-05 10:35:56 +0000 |
| commit | 63b49f8e9d2b12610cf9518df7622f413aa13515 (patch) | |
| tree | 6a7cf6dd54c635090f2abc9a68f6dcc5b308c5f5 /include/netinet/ether.h | |
| parent | a10de53ae0f09eff480273d34a6a3a40236e5bd5 (diff) | |
| download | uClibc-alpine-63b49f8e9d2b12610cf9518df7622f413aa13515.tar.bz2 uClibc-alpine-63b49f8e9d2b12610cf9518df7622f413aa13515.tar.xz | |
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. */ |
