Home
last modified time | relevance | path

Searched refs:hwa (Results 1 – 3 of 3) sorted by relevance

/dragonfly/libexec/bootpd/
H A Dtrylook.c29 u_char *hwa; local
47 hwa = lookup_hwa(argv[i], 1);
48 if (!hwa)
53 printf(":%x", hwa[i] & 0xFF);
/dragonfly/usr.sbin/ppp/
H A Darp.c95 struct sockaddr_dl hwa; member
110 if (!arp_EtherAddr(addr, &arpmsg.hwa, 0)) { in arp_ProxySub()
132 arpmsg.hdr.rtm_msglen = (char *) &arpmsg.hwa - (char *) &arpmsg in arp_ProxySub()
133 + arpmsg.hwa.sdl_len; in arp_ProxySub()
/dragonfly/sys/net/lagg/
H A Dif_lagg.c481 u_long hwa = ~0UL; in lagg_capabilities() local
489 hwa &= lp->lp_ifp->if_hwassist; in lagg_capabilities()
493 hwa = (hwa == ~0 ? 0 : hwa); in lagg_capabilities()
497 sc->sc_ifp->if_hwassist != hwa) { in lagg_capabilities()
500 sc->sc_ifp->if_hwassist = hwa; in lagg_capabilities()