Searched refs:decode_rfc1533 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 568 decode_rfc1533(rfc1533_venddata, 0, len, 1); in await_bootp() 665 decode_rfc1533(rfc1533_venddata, 0, len, 1); in await_dhcp() 1031 int decode_rfc1533(unsigned char *p, unsigned int block, unsigned int len, int eof) in decode_rfc1533() function 1123 tftp_file_read(fname, decode_rfc1533); in decode_rfc1533() 1347 decode_rfc1533(rfc1533_venddata, 0, len, 1); in dhcp_copy()
|
H A D | grub.h | 92 extern int decode_rfc1533 P((unsigned char *, unsigned int, unsigned int, int));
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4482 * netboot/main.c (decode_rfc1533) [GRUB]: Eliminate trailing 4484 (decode_rfc1533): Likewise, if Extensions Path is present, 4511 (decode_rfc1533) [GRUB]: If C is equal to 4936 (decode_rfc1533): Likewise. 5549 (decode_rfc1533) [!NO_DHCP_SUPPORT]: Likewise.
|