Searched refs:MAC_len (Results 1 – 6 of 6) sorted by relevance
149 MAC_len = hardlen > 16 ? 0 : hardlen; in net_parse_dhcp()151 memcpy(MAC, mode->DhcpAck.Dhcpv4.BootpHwAddr, MAC_len); in net_parse_dhcp()
86 MAC_len != (opt_len >> 8) || in client_identifier()91 MAC_len = opt_len & 0xff; in client_identifier()
441 MAC_len = bp->hardlen > 16 ? 0 : bp->hardlen; in net_parse_dhcp()443 memcpy(MAC, bp->macaddr, MAC_len); in net_parse_dhcp()
18 uint8_t MAC_len; /* MAC address len */ variable495 for (i = MAC_len; i; i--) in make_bootif_string()
163 extern uint8_t MAC_len;
413 if (MAC_len != pxe_undi_info.HwAddrLen) { in low_level_init()415 MAC_len, pxe_undi_info.HwAddrLen); in low_level_init()420 netif->hwaddr_len = MAC_len; in low_level_init()423 memcpy(netif->hwaddr, MAC, MAC_len); in low_level_init()