mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Added set_netmask() and set_gateway()
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user