Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0085000 /*
0085001 server/ip/gen/if_ether.h
0085002 */
0085003 
0085004 #ifndef __SERVER__IP__GEN__IF_ETHER_H__
0085005 #define __SERVER__IP__GEN__IF_ETHER_H__
0085006 
0085007 struct ether_addr;
0085008 
0085009 #define _PATH_ETHERS       "/etc/ethers"
0085010 
0085011 char *ether_ntoa _ARGS(( struct ether_addr *e ));
0085012 struct ether_addr *ether_aton _ARGS(( const char *s ));
0085013 int ether_ntohost _ARGS(( char *hostname, struct ether_addr *e ));
0085014 int ether_hostton _ARGS(( char *hostname, struct ether_addr *e ));
0085015 int ether_line _ARGS(( char *l, struct ether_addr *e, char *hostname ));
0085016 
0085017 #endif /* __SERVER__IP__GEN__IF_ETHER_H__ */