Added set_netmask() and set_gateway()

This commit is contained in:
Michael Brown
2006-04-05 11:41:15 +00:00
parent ee058362fa
commit 988bb50979
2 changed files with 30 additions and 0 deletions

View File

@@ -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 );