summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
diff options
context:
space:
mode:
authorMichael Brown2006-04-05 13:41:15 +0200
committerMichael Brown2006-04-05 13:41:15 +0200
commit988bb509797ef3b0a68f740f12568fc37e0ac425 (patch)
tree06702f3b7fa3dbb2cc961d8847e2ec8d9afb53ca /src/include/gpxe/ip.h
parentWe don't need to know anything about ARP (diff)
downloadipxe-988bb509797ef3b0a68f740f12568fc37e0ac425.tar.gz
ipxe-988bb509797ef3b0a68f740f12568fc37e0ac425.tar.xz
ipxe-988bb509797ef3b0a68f740f12568fc37e0ac425.zip
Added set_netmask() and set_gateway()
Diffstat (limited to 'src/include/gpxe/ip.h')
-rw-r--r--src/include/gpxe/ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h
index 3a971687..29aae517 100644
--- a/src/include/gpxe/ip.h
+++ b/src/include/gpxe/ip.h
@@ -12,6 +12,8 @@
#include <gpxe/in.h>
extern void set_ipaddr ( struct in_addr address );
+extern void set_netmask ( struct in_addr address );
+extern void set_gateway ( struct in_addr address );
extern void init_tcpip ( void );
extern void run_tcpip ( void );