Multiple ethernet devices
Chris Johns
cjohns at cybertec.com.au
Thu Apr 17 22:57:18 UTC 2003
gregory.menke at gsfc.nasa.gov wrote:
>
> Is there any documentation about where to find the list of drivers
> already registered?
>
A few ways exist:
o In a debugger walk the interface list. The list head is "ifnet".
o Call "rtems_bsdnet_show_if_stats()" or use the RTEMS monitor to call it.
o Use the ioctl with SIOCGIFCONF to retrieve a list of interface configurations.
--
Chris Johns, cjohns at cybertec.com.au
More information about the users
mailing list