Subject: Re: Getting/setting the MAC address on NetBSD 1.5
To: netbsd user <netbsd_user@hotmail.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 03/13/2001 11:56:13
>Please let me know what functions that I could use to get/set the MAC 
>address on NetBSD 1.5. Is there some equivalent of ioctl(sockfd, 
>SIOCGIFHWADDR, &ifr)?

	use getifaddrs(3) and look for AF_LINK addresess.
	i guess you cannot alter the MAC address.

itojun