david/ipxe
Archived
1
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/gpxe
Michael Brown a2e3357825 Cannot immediately overwrite the peer address when we parse
TargetAddress from the login response, because we still need the old
address while we close the connection!
2006-12-22 12:24:12 +00:00
..
acpi.h Added generic function for calculating ACPI table checksum 2006-08-27 22:02:08 +00:00
ansiesc.h Add basic ANSI escape sequence support to BIOS console 2006-12-18 01:19:38 +00:00
aoe.h Improve tcpdump legibility. 2006-06-01 19:23:52 +00:00
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). 2006-08-08 17:44:25 +00:00
async.h Added generic asynchronous operations code. 2006-05-31 14:34:17 +00:00
ata.h Backing out last change; no immediate plans to make the whole block-device 2006-06-01 11:14:59 +00:00
autoboot.h Split the (quick hack) boot logic out from main.c to autoboot.c, add a 2006-12-20 07:04:08 +00:00
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces 2006-12-04 15:36:51 +00:00
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in 2006-05-19 15:06:51 +00:00
chap.h Added generic CHAP layer, independent of iSCSI 2006-11-21 13:26:59 +00:00
command.h Added execv() and system(). 2006-12-08 01:23:11 +00:00
crypto.h Added "name" field to digest algorithms 2006-11-21 16:14:50 +00:00
device.h Added generic device model. 2006-05-16 14:10:21 +00:00
dhcp.h Added options listed in 2006-12-05 15:40:28 +00:00
editbox.h Don't automatically redraw the edit box; this allows better inheritance. 2006-12-20 02:09:41 +00:00
editstring.h Provide an edit history to allow caller to efficiently update display. 2006-12-19 23:24:16 +00:00
errortab.h Split error-message table portions of errno.h out to gpxe/errortab.h 2006-12-20 03:40:48 +00:00
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. 2006-09-15 12:34:34 +00:00
ftp.h Update ftp.c to work with Nikhil's TCP stack. 2006-12-05 19:07:47 +00:00
heap.h Tear out old heap code, replace with code that simply allocates memory 2006-05-16 15:00:36 +00:00
hello.h Update ftp.c and hello.c to use the generic async_operations API. 2006-06-19 15:46:58 +00:00
http.h New HTTP protocol and test code 2006-08-11 14:13:02 +00:00
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. 2006-06-12 19:29:50 +00:00
ibft.h ibft_fill_data() prototype change. 2006-12-21 18:42:51 +00:00
icmp6.h IP6 support 2006-08-19 15:58:22 +00:00
if_arp.h Header rearrangement. 2006-04-24 15:42:49 +00:00
if_ether.h Add ETH_P_AOE 2006-05-28 21:47:52 +00:00
in.h IP6 support 2006-08-19 15:58:22 +00:00
init.h Removed some obsolete INIT_XXX constants. 2006-05-25 01:09:06 +00:00
ip6.h IP6 support 2006-08-19 15:58:22 +00:00
ip.h Added features that will be required for PXE UDP support. 2006-08-02 00:02:21 +00:00
iscsi.h Cannot immediately overwrite the peer address when we parse 2006-12-22 12:24:12 +00:00
keys.h Fix definition of KEY_END 2006-12-20 22:17:44 +00:00
list.h Add list_for_each_entry_safe. 2006-05-16 14:14:31 +00:00
md5.h Added generic CHAP layer, independent of iSCSI 2006-11-21 13:26:59 +00:00
ndp.h IP6 support 2006-08-19 15:58:22 +00:00
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
nvo.h Added nvo_save() 2006-12-04 22:04:10 +00:00
nvs.h Added the generic block-splitting code to nvs.c 2006-12-04 19:06:07 +00:00
pci_ids.h Header rearrangement. 2006-04-24 15:42:49 +00:00
pci.h Strip down i386 PCI configuration space I/O to the bare minimum. A 2006-05-17 01:12:11 +00:00
pkbuff.h Add pkb_available() 2006-07-19 18:16:48 +00:00
process.h Added basic code for implementing co-operative multitasking. 2006-04-29 16:42:09 +00:00
profile.h Added basic profiling support 2006-08-24 16:22:56 +00:00
retry.h Make start_timer() and stop_timer() robust against incorrect usage. 2006-12-22 01:35:21 +00:00
scsi.h Automatically select between the "10" and "16" variants of command set, 2006-12-12 18:54:35 +00:00
settings_ui.h settings_ui() now returns a status code. 2006-12-20 11:42:48 +00:00
settings.h Added descriptive text for settings and setting types, and display it in 2006-12-20 04:58:26 +00:00
shell_banner.h Separated out (and tidied up) shell banner code 2006-12-20 00:24:13 +00:00
shell.h Minimal shell implementation using readline() and system(). 2006-12-19 23:55:05 +00:00
socket.h Moved the basic struct sockaddr out of in.h. 2006-08-02 00:06:30 +00:00
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS 2006-12-04 18:23:06 +00:00
spi.h Migrated etherfabric driver to using generic SPI layer. 2006-12-04 20:47:51 +00:00
tables.h Remove unused attribute from __table macros; the tables are no longer 2006-08-07 17:06:31 +00:00
tcp.h Update ftp.c to work with Nikhil's TCP stack. 2006-12-05 19:07:47 +00:00
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
tftp.h Added TFTP test code (currently just dumps file to console). 2006-08-09 00:09:29 +00:00
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) 2006-12-06 19:51:58 +00:00
uaccess.h Add the concept of a "user pointer" (similar to the void __user * in 2006-05-19 15:06:51 +00:00
udp.h Convert some trivial functions to static inlines. 2006-08-03 23:42:03 +00:00