mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
lxip: network reconfiguration support
This commit is contained in:
committed by
Norman Feske
parent
aa602032dd
commit
a1453d83ff
@@ -34,12 +34,18 @@ namespace Lxip {
|
||||
/**
|
||||
* Init backend
|
||||
*
|
||||
* \param address_config for dynamic configuration use "dhcp", for static
|
||||
* configuration use "<ip>::<gw-ip>:<netmask>:::off"
|
||||
* \param ip_addr_str IP address
|
||||
* \param netmask_str Netmask
|
||||
* \param gateway_str Gateway
|
||||
* \param nameserver_str Nameserver
|
||||
*
|
||||
* \return Reference to Socketcall object
|
||||
*/
|
||||
Socketcall & init(Genode::Env &env, char const *address_config);
|
||||
Socketcall & init(Genode::Env &env,
|
||||
char const *ip_addr_str,
|
||||
char const *netmask_str,
|
||||
char const *gateway_str,
|
||||
char const *nameserver_str);
|
||||
|
||||
typedef Genode::uint8_t uint8_t;
|
||||
typedef Genode::uint16_t uint16_t;
|
||||
|
||||
Reference in New Issue
Block a user