17 lines
399 B
C
17 lines
399 B
C
#ifndef _NET_IF_H
|
|
|
|
# include_next <net/if.h>
|
|
|
|
#ifndef _ISOMAC
|
|
libc_hidden_proto (if_nametoindex)
|
|
extern __typeof (if_nametoindex) __if_nametoindex;
|
|
libc_hidden_proto (__if_nametoindex)
|
|
libc_hidden_proto (if_indextoname)
|
|
libc_hidden_proto (if_nameindex)
|
|
libc_hidden_proto (if_freenameindex)
|
|
extern __typeof (if_freenameindex) __if_freenameindex;
|
|
libc_hidden_proto (__if_freenameindex)
|
|
#endif
|
|
|
|
#endif
|