You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
399 B

#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