summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
diff options
context:
space:
mode:
authorMichael Brown2006-06-16 02:19:46 +0200
committerMichael Brown2006-06-16 02:19:46 +0200
commitbbd9e2806115961a1d1d218a3eeb31924a114cfd (patch)
tree90baf335d6ee455ff30d0d4554fd89b95d288418 /src/include/gpxe/ip.h
parentAdded iSCSI boot test code (diff)
downloadipxe-bbd9e2806115961a1d1d218a3eeb31924a114cfd.tar.gz
ipxe-bbd9e2806115961a1d1d218a3eeb31924a114cfd.tar.xz
ipxe-bbd9e2806115961a1d1d218a3eeb31924a114cfd.zip
Simplify TX datapath.
Diffstat (limited to 'src/include/gpxe/ip.h')
-rw-r--r--src/include/gpxe/ip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h
index 44aee7d1..8eac31a6 100644
--- a/src/include/gpxe/ip.h
+++ b/src/include/gpxe/ip.h
@@ -11,4 +11,10 @@ struct net_protocol;
extern struct net_protocol ipv4_protocol;
+extern int add_ipv4_address ( struct net_device *netdev,
+ struct in_addr address, struct in_addr netmask,
+ struct in_addr gateway );
+extern void del_ipv4_address ( struct net_device *netdev );
+extern int ipv4_uip_transmit ( struct pk_buff *pkb );
+
#endif /* _GPXE_IP_H */