david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include
Michael Brown 3503941582 Documented Preboot, TFTP and UDP data structures 2005-05-23 10:02:44 +00:00
..
.cvsignore Initial revision 2005-03-08 18:53:11 +00:00
big_bswap.h Initial revision 2005-03-08 18:53:11 +00:00
bootp.h Initial revision 2005-03-08 18:53:11 +00:00
btext.h Merged mcb30-realmode-redesign back to HEAD 2005-04-08 15:01:17 +00:00
buffer.h Use "#var" rather than "@c var" for doxygen. 2005-05-20 10:27:02 +00:00
byteswap.h Initial revision 2005-03-08 18:53:11 +00:00
coff.h Initial revision 2005-03-08 18:53:11 +00:00
compiler.h Use "#var" rather than "@c var" for doxygen. 2005-05-20 10:27:02 +00:00
console.h Doxygenation 2005-05-20 10:24:11 +00:00
cpu.h Initial revision 2005-03-08 18:53:11 +00:00
debug.h Initial revision 2005-03-08 18:53:11 +00:00
dev.h Use __unused instead of __used for static data structures. 2005-05-17 12:16:28 +00:00
dhcp.h Created a bus/device API that allows for the ROM prefix to specify an 2005-04-21 18:18:29 +00:00
disk.h BIOS floppy handling code moved to where it will really live. 2005-04-25 19:29:55 +00:00
dns.h Add debugging for CNAME records. 2005-05-01 11:30:26 +00:00
eisa.h ISA bus driver updated to report devices as present only if a driver 2005-04-26 12:30:14 +00:00
elf.h Initial revision 2005-03-08 18:53:11 +00:00
elf_boot.h Initial revision 2005-03-08 18:53:11 +00:00
endian.h Initial revision 2005-03-08 18:53:11 +00:00
errno.h More doxygen docs 2005-05-18 15:28:33 +00:00
etherboot.h doxygen doesn't allow us to do the --include compiler.h trick... 2005-05-18 14:26:35 +00:00
fs.h Initial revision 2005-03-08 18:53:11 +00:00
heap.h Use shared symbols for heap_ptr and heap_end 2005-05-17 13:35:43 +00:00
i82365.h Initial revision 2005-03-08 18:53:11 +00:00
if_arp.h Initial revision 2005-03-08 18:53:11 +00:00
if_ether.h Initial revision 2005-03-08 18:53:11 +00:00
igmp.h Initial revision 2005-03-08 18:53:11 +00:00
image.h Added print_images() and autoload(). 2005-05-17 13:38:24 +00:00
in.h Use struct in_addr rather than just "in_addr". 2005-04-30 13:49:28 +00:00
init.h Use __unused instead of __used for static data structures. 2005-05-17 12:16:28 +00:00
ip.h Split TCP code out into proto/tcp.c 2005-05-02 12:07:47 +00:00
isa.h isa.c uses the new table infrastructure. 2005-04-27 12:24:38 +00:00
isa_ids.h Created a bus/device API that allows for the ROM prefix to specify an 2005-04-21 18:18:29 +00:00
isapnp.h ISA bus driver updated to report devices as present only if a driver 2005-04-26 12:30:14 +00:00
lib.h Initial revision 2005-03-08 18:53:11 +00:00
little_bswap.h Initial revision 2005-03-08 18:53:11 +00:00
load_buffer.h First version 2005-05-13 13:29:15 +00:00
main.h Fix up find_pci_device so that it can be used for scanning for devices 2005-04-12 18:04:03 +00:00
mca.h ISA bus driver updated to report devices as present only if a driver 2005-04-26 12:30:14 +00:00
mii.h Initial revision 2005-03-08 18:53:11 +00:00
nfs.h Initial revision 2005-03-08 18:53:11 +00:00
nic.h Created a bus/device API that allows for the ROM prefix to specify an 2005-04-21 18:18:29 +00:00
nmb.h NMB packets are so similar to DNS packets; we may as well add NMB as a 2005-05-01 11:10:17 +00:00
osdep.h Use __unused instead of __used for static data structures. 2005-05-17 12:16:28 +00:00
osloader.h First version 2005-05-17 13:41:00 +00:00
pc_kbd.h Initial revision 2005-03-08 18:53:11 +00:00
pci.h ISA bus driver updated to report devices as present only if a driver 2005-04-26 12:30:14 +00:00
pci_ids.h Synced across updates from Etherboot 5.4 tree 2005-05-19 16:47:19 +00:00
pcmcia-opts.h Initial revision 2005-03-08 18:53:11 +00:00
pcmcia.h Changed guard name to avoid clash with INCLUDE_xxx namespace used by 2005-04-11 09:58:31 +00:00
proto.h Protocols now load data into a buffer; they don't execute it. 2005-05-09 14:27:29 +00:00
pxe.h Error numbers moved to errno.h 2005-05-18 09:55:38 +00:00
pxe_api.h Documented Preboot, TFTP and UDP data structures 2005-05-23 10:02:44 +00:00
pxe_export.h Initial revision 2005-03-08 18:53:11 +00:00
pxe_types.h Define PXE types in terms of other PXE types where possible 2005-05-22 02:57:14 +00:00
resolv.h Added debugging. 2005-04-30 14:41:37 +00:00
stddef.h Merged mcb30-realmode-redesign back to HEAD 2005-04-08 15:01:17 +00:00
stdlib.h Moved strtoul prototype into stdlib.h for consistency 2005-04-30 13:48:48 +00:00
string.h Need stddef.h to get size_t 2005-04-17 10:48:56 +00:00
sys_info.h Initial revision 2005-03-08 18:53:11 +00:00
tables.h Use "#var" rather than "@c var" for doxygen. 2005-05-20 10:27:02 +00:00
tcp.h Split TCP code out into proto/tcp.c 2005-05-02 12:07:47 +00:00
tftp.h Protocols now load data into a buffer; they don't execute it. 2005-05-09 14:27:29 +00:00
timer.h Merged mcb30-realmode-redesign back to HEAD 2005-04-08 15:01:17 +00:00
udp.h Do not include etherboot.h 2005-05-01 10:40:12 +00:00
url.h Made parse_url do more of the processing, to avoid duplicating parts of 2005-05-01 19:10:04 +00:00
vsprintf.h API docs to .h 2005-05-19 18:41:54 +00:00