extern int ether_hostton (__const char *__hostname, struct ether_addr *__addr) __THROW;
I found the above function definition in /usr/include/neti
By convention in some libraries, this indicates that a particular symbol is for internal use and not intended to be part of the public API of the library.