if.h 399 B

12345678910111213141516
  1. #ifndef _NET_IF_H
  2. # include_next <net/if.h>
  3. #ifndef _ISOMAC
  4. libc_hidden_proto (if_nametoindex)
  5. extern __typeof (if_nametoindex) __if_nametoindex;
  6. libc_hidden_proto (__if_nametoindex)
  7. libc_hidden_proto (if_indextoname)
  8. libc_hidden_proto (if_nameindex)
  9. libc_hidden_proto (if_freenameindex)
  10. extern __typeof (if_freenameindex) __if_freenameindex;
  11. libc_hidden_proto (__if_freenameindex)
  12. #endif
  13. #endif