Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.c3464 const char *macset = "0123456789abcdefABCDEF:"; in get_mac_addr_mask() local
3475 if (strspn(ap, macset) != l || (mac = ether_aton(ap)) == NULL) in get_mac_addr_mask()
3490 if (strspn(ptr, macset) != l || in get_mac_addr_mask()