4 Created: May 20, 1992 by Philip Homburg
9 #include <net/gen/if_ether.h>
12 ether_hostton(hostname
, e
)
19 etherf
= fopen(_PATH_ETHERS
, "r");
23 while(fgets(b
, sizeof(b
), etherf
) != NULL
)
25 if (ether_line(b
, e
, hn
) == 0 && strcmp(hn
, hostname
) == 0)