2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 15:51:44 +00:00
xNBA/src/include/gpxe
2006-04-30 12:02:07 +00:00
..
arp.h Network layer now works as a proof of concept 2006-04-28 14:13:50 +00:00
ethernet.h Network API now allows for multiple network devices (although the 2006-04-24 15:38:53 +00:00
ftp.h Proof-of-concept FTP implementation 2006-04-30 12:02:07 +00:00
hello.h Make tcp_connect() void; it will eventually have no failure case. 2006-04-30 02:13:52 +00:00
if_arp.h Header rearrangement. 2006-04-24 15:42:49 +00:00
if_ether.h Header rearrangement. 2006-04-24 15:42:49 +00:00
in.h Header rearrangement. 2006-04-24 15:42:49 +00:00
init.h Consistency 2006-04-30 01:35:01 +00:00
ip.h Put the TCP connection periodic processing in tcp.c, where it belongs. 2006-04-30 02:08:42 +00:00
iscsi.h Header rearrangement. 2006-04-24 15:42:49 +00:00
list.h Don't bother poisoning lists; it costs code size. 2006-04-24 15:28:56 +00:00
netdevice.h Change semantics of network API so that packet-absorbing calls *always* 2006-04-29 17:17:43 +00:00
pci_ids.h Header rearrangement. 2006-04-24 15:42:49 +00:00
pci.h Header rearrangement. 2006-04-24 15:42:49 +00:00
pkbuff.h Fix a couple of broken assertions, and align the buffer correctly. 2006-04-28 14:09:31 +00:00
process.h Added basic code for implementing co-operative multitasking. 2006-04-29 16:42:09 +00:00
scsi.h Header rearrangement. 2006-04-24 15:42:49 +00:00
tables.h gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
tcp.h Make tcp_connect() void; it will eventually have no failure case. 2006-04-30 02:13:52 +00:00