Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c99 bp_vend[0] = TAG_CLASSID; in bootp_fill_request()
100 bp_vend[1] = 9; in bootp_fill_request()
104 bp_vend[12] = 8; in bootp_fill_request()
106 bp_vend[13] = 7; in bootp_fill_request()
109 bp_vend[22] = 7; in bootp_fill_request()
117 bp_vend[30] = TAG_END; in bootp_fill_request()
161 bp->bp_vend[5] = 1; in bootp()
189 bp->bp_vend[8] = 4; in bootp()
192 bp->bp_vend[14] = 4; in bootp()
195 bp->bp_vend[20] = 4; in bootp()
[all …]
H A Dbootp.h46 unsigned char bp_vend[BOOTP_VENDSIZE]; /* vendor-specific area */ member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h143 uint8_t bp_vend[BOOTP_VENDOR_LEN]; member
161 uint8_t bp_vend[DHCP_OPT_LEN]; member
H A Dnic.c567 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()