Searched refs:bp_vend (Results 1 – 8 of 8) sorted by relevance
/external/grub/netboot/ |
D | main.c | 574 grub_memmove (ip.bp.bp_vend, rfc1533_cookie, 5); in bootp() 577 grub_memmove (ip.bp.bp_vend, rfc1533_cookie, sizeof rfc1533_cookie); in bootp() 578 grub_memmove (ip.bp.bp_vend + sizeof rfc1533_cookie, dhcpdiscover, in bootp() 580 grub_memmove (ip.bp.bp_vend + sizeof rfc1533_cookie + sizeof dhcpdiscover, in bootp() 629 grub_memmove (ip.bp.bp_vend, rfc1533_cookie, sizeof rfc1533_cookie); in bootp() 630 grub_memmove (ip.bp.bp_vend + sizeof rfc1533_cookie, in bootp() 632 grub_memmove (ip.bp.bp_vend + sizeof rfc1533_cookie in bootp() 635 grub_memmove (ip.bp.bp_vend + 9, (char *) &dhcp_server, in bootp() 637 grub_memmove (ip.bp.bp_vend + 15, (char *) &dhcp_addr, in bootp() 921 decode_rfc1533 (BOOTP_DATA_ADDR->bootp_reply.bp_vend, in await_reply() [all …]
|
D | etherboot.h | 316 char bp_vend[BOOTP_VENDOR_LEN]; member 318 char bp_vend[DHCP_OPT_LEN]; member
|
/external/tcpdump/ |
D | print-bootp.c | 157 TCHECK(bp->bp_vend[0]); in bootp_print() 158 if (memcmp((const char *)bp->bp_vend, vm_rfc1048, in bootp_print() 160 rfc1048_print(bp->bp_vend); in bootp_print() 161 else if (memcmp((const char *)bp->bp_vend, vm_cmu, in bootp_print() 163 cmu_print(bp->bp_vend); in bootp_print() 167 ul = EXTRACT_32BITS(&bp->bp_vend); in bootp_print()
|
D | bootp.h | 38 u_int8_t bp_vend[64]; /* vendor-specific area */ member
|
/external/qemu/slirp/ |
D | bootp.c | 115 p = bp->bp_vend; in dhcp_decode() 235 q = rbp->bp_vend; in bootp_reply()
|
D | bootp.h | 112 uint8_t bp_vend[DHCP_OPT_LEN]; member
|
/external/qemu/slirp-android/ |
D | bootp.c | 120 p = bp->bp_vend; in dhcp_decode() 238 q = rbp->bp_vend; in bootp_reply()
|
D | bootp.h | 112 uint8_t bp_vend[DHCP_OPT_LEN]; member
|