Home
last modified time | relevance | path

Searched refs:bp_vend (Results 1 – 8 of 8) sorted by relevance

/external/grub/netboot/
Dmain.c574 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 …]
Detherboot.h316 char bp_vend[BOOTP_VENDOR_LEN]; member
318 char bp_vend[DHCP_OPT_LEN]; member
/external/tcpdump/
Dprint-bootp.c157 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()
Dbootp.h38 u_int8_t bp_vend[64]; /* vendor-specific area */ member
/external/qemu/slirp/
Dbootp.c115 p = bp->bp_vend; in dhcp_decode()
235 q = rbp->bp_vend; in bootp_reply()
Dbootp.h112 uint8_t bp_vend[DHCP_OPT_LEN]; member
/external/qemu/slirp-android/
Dbootp.c120 p = bp->bp_vend; in dhcp_decode()
238 q = rbp->bp_vend; in bootp_reply()
Dbootp.h112 uint8_t bp_vend[DHCP_OPT_LEN]; member