Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dif.h224 int if_setmac(struct interface *ifp, void *, uint8_t);
H A Dif.c241 retval = if_setmac(ifp, buf, ifp->hwlen); in if_randomisemac()
H A Dif-bsd.c285 if_setmac(struct interface *ifp, void *mac, uint8_t maclen) in if_setmac() function