Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/utils/
HDcommon.h474 int hwaddr_masked_aton(const char *txt, u8 *addr, u8 *mask, u8 maskable);
HDcommon.c79 int hwaddr_masked_aton(const char *txt, u8 *addr, u8 *mask, u8 maskable) in hwaddr_masked_aton() function
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDconfig.c279 if (hwaddr_masked_aton(pos, addr, &addr[ETH_ALEN], masked)) { in wpa_config_parse_addr_list()