netifs.1 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .TH netifs 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. ifs - Qualcomm Atheros Network Interface Enumerator
  4. .SH SYNOPSIS
  5. .BR netifs
  6. .SH DESCRIPTION
  7. Search the host computer for Ethernet interfaces and display the interface index, hardware address, IP address, interface name and description of each interface on stdout.
  8. This provides a simple, consistent, cross-platform format for presenting interface information to scripts and application programs.
  9. .SH COMMENTS
  10. This program illustrates the use of basic Atheros Ethernet interface classes implemented in C++.
  11. See program \fBnics\fR for an alternative C implementation.
  12. Unlike most other toolkit programs, this program has no command line options or arguments.
  13. .SH OPTIONS
  14. None.
  15. .SH ARGUMENTS
  16. None.
  17. .SH EXAMPLES
  18. The following example searches a \fBLinux\fR host and displays information about available interfaces.
  19. .PP
  20. # netifs
  21. 2 00:50:04:A5:D8:98 000.000.000.000 eth4 eth4
  22. 3 00:0F:EA:4B:98:CB 192.168.172.239 eth3 eth3
  23. .PP
  24. The following example searches a \fBMacOSX\fR host and displays information about available interfaces.
  25. Observe that interface names are varied.
  26. .PP
  27. # netifs
  28. 4 00:26:BB:52:DD:A8 192.168.172.149 en0 en0
  29. 6 04:1E:64:F0:FB:EC 000.000.000.000 en1 en1
  30. .SH SEE ALSO
  31. .BR amp ( 1 ),
  32. .BR nics ( 1 ),
  33. .BR pcapdevs ( 1 ),
  34. .BR plcnets ( 1 )
  35. .SH CREDITS
  36. Charles Maier <cmaier@qca.qualcomm.com>