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