Marty Connor
|
ee9ae8130a
|
Remove _PROTOCOL macros for gcc 3.2 compatibility
|
19 lat temu |
Michael Brown
|
467e9627cc
|
Added features that will be required for PXE UDP support.
Introduced struct sockaddr_tcpip, to simplify code that deals with
both IPv4 and IPv6 addresses.
Reorganised parts of tcpip.c and udp.c.
|
19 lat temu |
Nikhil Chandru Rao
|
c24546c70b
|
Minor changes to the network layer rx() functions
|
19 lat temu |
Michael Brown
|
beadd82208
|
Remove unused functions.
|
19 lat temu |
Michael Brown
|
1ebb68e49a
|
Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to
the TCP/IP protocol suite (rather than being general transport-layer
functions).
|
19 lat temu |
Michael Brown
|
3a0e293123
|
Renamed tcpip_if.[ch] to tcpip.[ch]
|
19 lat temu |
Michael Brown
|
2c0eb6eb1d
|
Correct TCP/IP checksum generation.
|
19 lat temu |
Nikhil Chandru Rao
|
ab577e1a3a
|
The following edits were made: \
1. Updated UDP send data code\
2. Corrected internet checksum\
3. Moved udp_buffer() and udp_buflen() to udp.c from udp.h
|
19 lat temu |
Nikhil Chandru Rao
|
c9ea710930
|
Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and include/gpxe/tcpip_if.h respectively. Made changes in the other files.
|
19 lat temu |
Nikhil Chandru Rao
|
fdc05e2664
|
created interface for transport-network interface
|
19 lat temu |