Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
Dbootp.c184 memcpy(client_ethaddr, bp->bp_hwaddr, 6); in bootp_reply()
218 bc = find_addr(&daddr, bp->bp_hwaddr); in bootp_reply()
233 memcpy(rbp->bp_hwaddr, bp->bp_hwaddr, 6); in bootp_reply()
Dbootp.h109 uint8_t bp_hwaddr[16]; member
/external/qemu/slirp/
Dbootp.c179 memcpy(client_ethaddr, bp->bp_hwaddr, 6); in bootp_reply()
213 bc = find_addr(&daddr.sin_addr, bp->bp_hwaddr); in bootp_reply()
230 memcpy(rbp->bp_hwaddr, bp->bp_hwaddr, 6); in bootp_reply()
Dbootp.h109 uint8_t bp_hwaddr[16]; member
/external/grub/netboot/
Dmain.c561 grub_memmove (ip.bp.bp_hwaddr, arptable[ARP_CLIENT].node, ETH_ALEN); in bootp()
567 etherboot_printf ("bp_hwaddr = %!\n", ip.bp.bp_hwaddr); in bootp()
569 etherboot_printf ("bp_secs = %d\n", (int) ip.bp.bp_hwaddr); in bootp()
625 etherboot_printf ("bp_hwaddr = %!\n", ip.bp.bp_hwaddr); in bootp()
627 etherboot_printf ("bp_secs = %d\n", (int) ip.bp.bp_hwaddr); in bootp()
893 && (! grub_memcmp (broadcast, bootpreply->bp_hwaddr, ETH_ALEN) in await_reply()
895 bootpreply->bp_hwaddr, ETH_ALEN))) in await_reply()
Detherboot.h312 char bp_hwaddr[16]; member