HomeSort by: relevance | last modified time | path
    Searched refs:hwinfolist (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
hwaddr.h 19 extern struct hwinfo hwinfolist[];
30 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen)
31 #define netname(type) ((hwinfolist[(int) (type)]).name)
hwaddr.c 51 struct hwinfo hwinfolist[] = variable in typeref:struct:hwinfo[]
62 size_t hwinfocnt = sizeof(hwinfolist) / sizeof(hwinfolist[0]);

Completed in 53 milliseconds