Searched refs:MAC_LEN (Results 1 – 2 of 2) sorted by relevance
113 #define MAC_LEN 6 macro121 if (macaddr == NULL || prop_len != MAC_LEN) in update_local_mac()124 newmac = kzalloc(sizeof(*newmac) + MAC_LEN, GFP_KERNEL); in update_local_mac()129 newmac->length = MAC_LEN; in update_local_mac()136 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];