Searched refs:bp_hwaddr (Results 1 – 6 of 6) sorted by relevance
/external/qemu/slirp-android/ |
D | bootp.c | 184 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()
|
D | bootp.h | 109 uint8_t bp_hwaddr[16]; member
|
/external/qemu/slirp/ |
D | bootp.c | 179 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()
|
D | bootp.h | 109 uint8_t bp_hwaddr[16]; member
|
/external/grub/netboot/ |
D | main.c | 561 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()
|
D | etherboot.h | 312 char bp_hwaddr[16]; member
|