Home
last modified time | relevance | path

Searched refs:MAC_type (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/efi/
Dpxe.c150 MAC_type = mode->DhcpAck.Dhcpv4.BootpHwType; in net_parse_dhcp()
/external/syslinux/core/lwip/src/netif/
Dundiif.c183 return MAC_type == ETHER_TYPE; in undi_is_ethernet()
408 if (MAC_type != pxe_undi_info.HwType) { in low_level_init()
410 MAC_type, pxe_undi_info.HwType); in low_level_init()
592 hdr->hwtype = htons(MAC_type); in undiarp_request()
1337 if ((hdr->hwtype != htons(MAC_type)) || in undiarp_input()
/external/syslinux/core/fs/pxe/
Dpxe.c19 uint8_t MAC_type; /* MAC address type */ variable
493 dst += sprintf(dst, "BOOTIF=%02x", MAC_type); in make_bootif_string()
Ddhcp_option.c87 *(uint8_t *)data != MAC_type) in client_identifier()
Dpxe.h164 extern uint8_t MAC_type;
Dbios.c442 MAC_type = bp->hardware; in net_parse_dhcp()