Line | |
---|
1 | /*
|
---|
2 | server/ip/gen/if_ether.h
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef __SERVER__IP__GEN__IF_ETHER_H__
|
---|
6 | #define __SERVER__IP__GEN__IF_ETHER_H__
|
---|
7 |
|
---|
8 | struct ether_addr;
|
---|
9 |
|
---|
10 | #define _PATH_ETHERS "/etc/ethers"
|
---|
11 |
|
---|
12 | char *ether_ntoa _ARGS(( struct ether_addr *e ));
|
---|
13 | struct ether_addr *ether_aton _ARGS(( const char *s ));
|
---|
14 | int ether_ntohost _ARGS(( char *hostname, struct ether_addr *e ));
|
---|
15 | int ether_hostton _ARGS(( char *hostname, struct ether_addr *e ));
|
---|
16 | int ether_line _ARGS(( char *l, struct ether_addr *e, char *hostname ));
|
---|
17 |
|
---|
18 | #endif /* __SERVER__IP__GEN__IF_ETHER_H__ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.