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 49f933fbc3 Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux
kernel.

Removed obsolete struct arprequest from if_arp.h and put it in nic.c so
that nic.c will still compile.  ARP will very shortly be handled by
net/arp.c instead.
2006-04-19 01:52:41 +00:00
..
arp.h Add missing prototype 2006-04-19 01:42:33 +00:00
hello.h Moved "hello world" protocol implementation out of prototester.c and into 2006-03-23 22:37:05 +00:00
if_arp.h Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux 2006-04-19 01:52:41 +00:00
if_ether.h Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux 2006-04-19 01:52:41 +00:00
in.h Added prototype for inet_ntoa, even though we don't have the function 2006-03-23 21:34:25 +00:00
ip.h Added set_netmask() and set_gateway() 2006-04-05 11:41:15 +00:00
iscsi.h First draft of iSCSI protocol support. Is capable of retrieving disk 2006-04-05 11:44:56 +00:00
llh.h First version 2006-04-18 17:49:51 +00:00
netdevice.h First sketch 2006-04-18 17:52:51 +00:00
pkbuff.h First version, based on the concepts in linux/skbuff.h 2006-04-18 17:47:01 +00:00
scsi.h First draft of iSCSI protocol support. Is capable of retrieving disk 2006-04-05 11:44:56 +00:00
tcp.h Added tcp_buffer, to give applications a zero-cost place to build data to 2006-04-05 11:43:01 +00:00