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/proto
2006-04-28 14:15:21 +00:00
..
uip Give uIP a static IP address for proof-of-concept testing 2006-04-28 14:15:21 +00:00
dns.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
fsp.c Imported from Etherboot 5.4 tree 2005-05-19 16:51:32 +00:00
hello.c Moved "hello world" protocol implementation out of prototester.c and into 2006-03-23 22:37:05 +00:00
http.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
igmp.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
iscsi.c First draft of iSCSI protocol support. Is capable of retrieving disk 2006-04-05 11:44:56 +00:00
nfs.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
nmb.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
slam.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
tcp.c Added tcp_buffer, to give applications a zero-cost place to build data to 2006-04-05 11:43:01 +00:00
tftm.c In multicast operation, the client still has a unicast local port. 2005-06-02 10:15:40 +00:00
tftp.c Don't try to fetch another packet once we've reached EOF. 2005-06-01 19:13:06 +00:00
tftpcore.c Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based) 2006-03-23 20:34:08 +00:00