diff options
| author | Michael Brown | 2006-08-01 16:18:09 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-01 16:18:09 +0200 |
| commit | 3a0e29312394a9165b5f0fb58b407a372f4a0e6b (patch) | |
| tree | 3c1e6f1d1912e5acc308c79440e9399adb8d916e /src/net | |
| parent | We shouldn't need to allocate a TX packet buffer when calling newdata(); (diff) | |
| download | ipxe-3a0e29312394a9165b5f0fb58b407a372f4a0e6b.tar.gz ipxe-3a0e29312394a9165b5f0fb58b407a372f4a0e6b.tar.xz ipxe-3a0e29312394a9165b5f0fb58b407a372f4a0e6b.zip | |
Renamed tcpip_if.[ch] to tcpip.[ch]
Diffstat (limited to 'src/net')
| -rw-r--r-- | src/net/ipv4.c | 2 | ||||
| -rw-r--r-- | src/net/tcpip.c (renamed from src/net/tcpip_if.c) | 2 | ||||
| -rw-r--r-- | src/net/udp.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ipv4.c b/src/net/ipv4.c index 7c5a091a8..208e2d416 100644 --- a/src/net/ipv4.c +++ b/src/net/ipv4.c @@ -12,7 +12,7 @@ #include <gpxe/netdevice.h> #include "uip/uip.h" #include <gpxe/ip.h> -#include <gpxe/tcpip_if.h> +#include <gpxe/tcpip.h> /** @file * diff --git a/src/net/tcpip_if.c b/src/net/tcpip.c index 98d648043..47af9d164 100644 --- a/src/net/tcpip_if.c +++ b/src/net/tcpip.c @@ -8,7 +8,7 @@ #include <gpxe/pkbuff.h> #include <gpxe/tables.h> #include <gpxe/netdevice.h> -#include <gpxe/tcpip_if.h> +#include <gpxe/tcpip.h> /** @file * diff --git a/src/net/udp.c b/src/net/udp.c index 4f133ae60..537bd13d2 100644 --- a/src/net/udp.c +++ b/src/net/udp.c @@ -11,7 +11,7 @@ #include <gpxe/init.h> #include <gpxe/pkbuff.h> #include <gpxe/netdevice.h> -#include <gpxe/tcpip_if.h> +#include <gpxe/tcpip.h> /** @file * |
