Searched refs:MAC_LEN (Results 1 – 2 of 2) sorted by relevance
110 #define MAC_LEN 6 macro118 if (macaddr == NULL || prop_len != MAC_LEN) in update_local_mac()121 newmac = kzalloc(sizeof(*newmac) + MAC_LEN, GFP_KERNEL); in update_local_mac()126 newmac->length = MAC_LEN; in update_local_mac()133 memcpy(newmac->value, macaddr, MAC_LEN); in update_local_mac()
32 #define MAC_LEN 6 /* atm.h */ macro162 unsigned char mac[MAC_LEN],inv_mac[MAC_LEN];