Re: removing if_withname()

2004-02-04 Thread Hajimu UMEMOTO
Hi, > On Wed, 4 Feb 2004 19:39:06 +1100 (EST) > Bruce Evans <[EMAIL PROTECTED]> said: > Bruce pointed out that if_withname is inconsistent about IFNAMSIZ. I > was looking at it and cleaned it up, but then I realized that it is a > really inefficient implementation of ifnet_byindex(sdl->s

Re: removing if_withname()

2004-02-04 Thread Bruce Evans
On Tue, 3 Feb 2004, Brooks Davis wrote: > Bruce pointed out that if_withname is inconsistent about IFNAMSIZ. I > was looking at it and cleaned it up, but then I realized that it is a > really inefficient implementation of ifnet_byindex(sdl->sdl_index). It > turns out that it's also completely un