Searched refs:MAC_LEN (Results 1 – 2 of 2) sorted by relevance
109 #define MAC_LEN 6 macro117 if (macaddr == NULL || prop_len != MAC_LEN) in update_local_mac()120 newmac = kzalloc(sizeof(*newmac) + MAC_LEN, GFP_KERNEL); in update_local_mac()125 newmac->length = MAC_LEN; in update_local_mac()132 memcpy(newmac->value, macaddr, MAC_LEN); in update_local_mac()
33 #define MAC_LEN 6 /* atm.h */ macro163 unsigned char mac[MAC_LEN],inv_mac[MAC_LEN];