Searched refs:bp_vend (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | bootp.h | 143 uint8_t bp_vend[BOOTP_VENDOR_LEN]; member 161 uint8_t bp_vend[DHCP_OPT_LEN]; member
|
H A D | nic.c | 567 memcpy((char *)rfc1533_venddata, (char *)(bootpreply->bp_vend), len); in await_bootp() 595 …memcpy(ip.bp.bp_vend, rfc1533_cookie_bootp, sizeof(rfc1533_cookie_bootp)); /* request RFC-style op… in bootp() 664 memcpy((char *)rfc1533_venddata, (char *)(dhcpreply->bp_vend), len); in await_dhcp() 695 …memcpy(ip.bp.bp_vend, rfc1533_cookie_dhcp, sizeof rfc1533_cookie_dhcp); /* request RFC-style optio… in dhcp() 696 memcpy(ip.bp.bp_vend + sizeof rfc1533_cookie_dhcp, dhcpdiscover, sizeof dhcpdiscover); in dhcp() 716 memcpy(ip.bp.bp_vend, rfc1533_cookie_dhcp, sizeof rfc1533_cookie_dhcp); in dhcp() 717 memcpy(ip.bp.bp_vend + sizeof rfc1533_cookie_dhcp, dhcprequest, sizeof dhcprequest); in dhcp() 720 memcpy(&ip.bp.bp_vend[9], &dhcp_server, sizeof(in_addr)); in dhcp() 721 memcpy(&ip.bp.bp_vend[15], &dhcp_addr, sizeof(in_addr)); in dhcp() 1346 memcpy((char *)rfc1533_venddata, (char *)(dhcpreply->bp_vend), len); in dhcp_copy()
|