Re: ifnet struct interface type

2006-11-24 Thread Josh Carroll
I was planning on using this value to distinguish what sort of connection each interface is using but obviously with both returning IFT_ETHER this is not possible, any help is much appreciated! It would probably be better to query the interface's media setting instead, since you may have a gigab

ifnet struct interface type

2006-11-24 Thread m . jakeman
Hi, I am writing some code that is using the systems ifnet structs via ifnet_byindex(), I have two network interfaces : broadcom BCM6750A1M using the 'bge' driver Intel PRO/wireless 2915ABG using the 'iwi' driver I have written some code to output the ifnet->if_type for each interface and it s