Home
last modified time | relevance | path

Searched refs:hwinfolist (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.sbin/bootp/common/
Dhwaddr.h19 extern struct hwinfo hwinfolist[];
30 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen)
31 #define netname(type) ((hwinfolist[(int) (type)]).name)
Dhwaddr.c51 struct hwinfo hwinfolist[] = variable
62 size_t hwinfocnt = sizeof(hwinfolist) / sizeof(hwinfolist[0]);