nics.1.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. nics.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='modpib.1.html' title=' modpib.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='nvmmerge.1.html' title=' nvmmerge.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. nics(1) Qualcomm Atheros Open Powerline Toolkit nics(1)
  22. NAME
  23. nics - Host Network Interface Enumerator
  24. SYNOPSIS
  25. nics
  26. DESCRIPTION
  27. Search host for Ethernet interfaces and display the interface index, hardware address, IP address, interface name and
  28. interface description on stdout. This provides a simple, consistent, cross-platform format for presenting interface
  29. information to scripts and user applications.
  30. COMMENTS
  31. This program illustrates use of basic Atheros Ethernet interface C functions. See program ifs for an alternative C++
  32. implementation.
  33. OPTIONS
  34. -?,--help
  35. Print program help summary on stdout. This option takes precedence over other options on the command line.
  36. -!,--version
  37. Print program version information on stdout. This option takes precedence over other options on the command line.
  38. Use this option when sending screen dumps to Intellon Technical Support so that they know exactly which version of
  39. the Linux Toolkit you are using.
  40. ARGUMENTS
  41. None.
  42. EXAMPLES
  43. The following example searches a Linux host and displays information about available interfaces.
  44. # nics
  45. 2 00:50:04:A5:D8:98 000.000.000.000 eth4 eth4
  46. 3 00:0F:EA:4B:98:CB 192.168.172.239 eth3 eth3
  47. The following example searches a MacOSX host and displays information about available interfaces. Observe that interface
  48. names are varied.
  49. # nics
  50. 4 00:26:BB:52:DD:A8 192.168.172.149 en0 en0
  51. 6 04:1E:64:F0:FB:EC 000.000.000.000 en1 en1
  52. SEE ALSO
  53. amp(1), ifs(1), nics(1), pcapdevs(1), plcnets(1)
  54. CREDITS
  55. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  56. open-plc-utils-0.0.3 Mar 2014 nics(1)
  57. </pre>
  58. <div class='footerlink'>
  59. [<a href='modpib.1.html' title=' modpib.1 '>PREV</a>]
  60. [<a href='toolkit.html' title=' Index '>HOME</a>]
  61. [<a href='nvmmerge.1.html' title=' nvmmerge.1 '>NEXT</a>]
  62. </div>
  63. </body>
  64. </html>