>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