Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmac.c238 char *maclist, *cp, *p; in mac_valid() local
242 if ((maclist = cp = strdup(names)) == NULL) in mac_valid()
247 free(maclist); in mac_valid()
251 free(maclist); in mac_valid()
/freebsd/sys/dev/malo/
H A Dif_malo.h347 uint8_t maclist[6*32]; member
H A Dif_malohal.c894 memcpy(cmd->maclist, macs, nmc * IEEE80211_ADDR_LEN); in malo_hal_setmcast()