HomeSort by relevance Sort by last modified time
    Searched refs:MAC_len (Results 1 - 6 of 6) sorted by null

  /external/syslinux/efi/
pxe.c 149 MAC_len = hardlen > 16 ? 0 : hardlen;
151 memcpy(MAC, mode->DhcpAck.Dhcpv4.BootpHwAddr, MAC_len);
  /external/syslinux/core/fs/pxe/
dhcp_option.c 86 MAC_len != (opt_len >> 8) ||
91 MAC_len = opt_len & 0xff;
225 * MAC_len, MAC - Client identifier, if MAC_len == 0
pxe.h 163 extern uint8_t MAC_len;
bios.c 441 MAC_len = bp->hardlen > 16 ? 0 : bp->hardlen;
443 memcpy(MAC, bp->macaddr, MAC_len);
pxe.c 18 uint8_t MAC_len; /* MAC address len */
495 for (i = MAC_len; i; i--)
  /external/syslinux/core/lwip/src/netif/
undiif.c 402 /* MAC_type and MAC_len should always match what is returned by
413 if (MAC_len != pxe_undi_info.HwAddrLen) {
415 MAC_len, pxe_undi_info.HwAddrLen);
420 netif->hwaddr_len = MAC_len;
423 memcpy(netif->hwaddr, MAC, MAC_len);
    [all...]

Completed in 2882 milliseconds