Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmac.c247 char *maclist, *cp, *p; in mac_valid() local
251 if ((maclist = cp = strdup(names)) == NULL) in mac_valid()
256 free(maclist); in mac_valid()
260 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()