summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
diff options
context:
space:
mode:
authorMichael Brown2006-08-02 02:02:21 +0200
committerMichael Brown2006-08-02 02:02:21 +0200
commit467e9627ccf0a46c7f077795f0aecff14858718e (patch)
tree2dfc5dac2c62f611b1d845574b2f4fada5ed3be9 /src/include/gpxe/ip.h
parentTCP support (diff)
downloadipxe-467e9627ccf0a46c7f077795f0aecff14858718e.tar.gz
ipxe-467e9627ccf0a46c7f077795f0aecff14858718e.tar.xz
ipxe-467e9627ccf0a46c7f077795f0aecff14858718e.zip
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.
Diffstat (limited to 'src/include/gpxe/ip.h')
-rw-r--r--src/include/gpxe/ip.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h
index 17aa3ceb..bec7c902 100644
--- a/src/include/gpxe/ip.h
+++ b/src/include/gpxe/ip.h
@@ -64,8 +64,4 @@ extern int add_ipv4_address ( struct net_device *netdev,
struct in_addr gateway );
extern void del_ipv4_address ( struct net_device *netdev );
-extern int ipv4_uip_tx ( struct pk_buff *pkb );
-extern int ipv4_tx ( struct pk_buff *pkb, struct tcpip_protocol *tcpip,
- struct sockaddr *sock );
-
#endif /* _GPXE_IP_H */