Add rudimentary NetworkSettings generation
This commit is contained in:
parent
22e41203fb
commit
309db8085d
8 changed files with 418 additions and 10 deletions
|
|
@ -1 +1,11 @@
|
|||
#include <stdint.h>
|
||||
int retrieve();
|
||||
|
||||
typedef struct {
|
||||
int64_t ipv4_addr;
|
||||
int64_t ipv4_netmask;
|
||||
int32_t mtu;
|
||||
} NetWorkSettings;
|
||||
|
||||
NetWorkSettings getNetworkSettings(int);
|
||||
void initialize_oslog();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue